framelayout

<?xml version="1.0" encoding="utf-8"?><FrameLayout  xmlns:android="http://schemas.android.com/apk/res/android"  android:layout_width="wrap_content"  android:layout_height="wrap_content">      <ImageView  android:layout_width="wrap_content"  android:layout_height="wrap_content"  android:src="@drawable/icon"  />     <ImageView  android:layout_width="wrap_content"  android:layout_height="wrap_content"  android:src="@drawable/icon"  />     <ImageView  android:layout_width="wrap_content"  android:layout_height="wrap_content"  android:src="@drawable/icon"  />    </FrameLayout>

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. Android之Handler用法总结
  2. [zz] 分析Android(安卓)根文件系统启动过
  3. Oprofile在Android中的应用
  4. Android shell 系统命令
  5. android常用框架
  6. android attr.xml文件
  7. Android: Linear Layout and weight
  8. Android用户权限大全
  9. ToggleButton
  10. Android 画椭圆