【Android基础TOP6_1:FrameLyayout和ImageView制作层叠图片】生也有涯,知也无涯。这篇文章主要讲述Android基础TOP6_1:FrameLyayout和ImageView制作层叠图片相关的知识,希望能为你提供帮助。
Activity:
< FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" tools:context="com.example.top6_1.MainActivity" > < ImageView android:layout_height="500dp" android:layout_width="200dp" android:src="https://www.songbingjia.com/android/@drawable/dfhgc"/> < ImageView android:layout_marginTop="50dp" android:layout_marginLeft="50dp" android:layout_height="500dp" android:layout_width="200dp" android:src="https://www.songbingjia.com/android/@drawable/hgcgh"/> < ImageView android:layout_marginTop="100dp" android:layout_marginLeft="100dp" android:layout_height="500dp" android:layout_width="200dp" android:src="https://www.songbingjia.com/android/@drawable/fg"/> < ImageView android:layout_marginTop="150dp" android:layout_marginLeft="150dp" android:layout_height="500dp" android:layout_width="200dp" android:src="https://www.songbingjia.com/android/@drawable/jhv"/> < /FrameLayout>
运行效果:
文章图片
推荐阅读
- SDK manager.exe 运行时报错(系统找不到指定的文件 android.bat)
- applicationContext.xml
- 为android编译libsocket的脚本
- Cannot read lifecycle mapping metadata for artifact org.apache.maven.plugins问题的解决
- PCIE_DMA实例二(xapp1052的EDK仿真)
- AndroidStudio升级后出现Refresh gradle project和connection timed out的原因和解决方法
- 10款最佳人工智能软件(最新人工智能软件评测)
- 数据挖掘 Vs 机器学习 Vs 人工智能 Vs 深度学习(它们有什么区别())
- 机器学习的类型有哪些(监督学习与无监督学习)