<? xmlversion="1.0"encoding="utf-8" ?>
< RelativeLayout xmlns:android ="http://schemas.android.com/apk/res/android"
android:layout_width
="fill_parent"
android:layout_height
="fill_parent"
android:orientation
="vertical" >

< Gallery
android:id ="@+id/gallery"
android:layout_width
="fill_parent"
android:layout_height
="70px"
/>

< GridView
android:id ="@+id/gridview"
android:layout_width
="fill_parent"
android:layout_height
="fill_parent"
android:columnWidth
="90px"
android:numColumns
="auto_fit"
android:verticalSpacing
="2dp"
android:horizontalSpacing
="2dp"
android:stretchMode
="columnWidth"
android:gravity
="center"

android:layout_below
="@id/gallery"
/>

< LinearLayout
android:id ="@+id/linesexshow"
android:layout_width
="fill_parent"
android:layout_height
="fill_parent"
android:layout_below
="@id/gallery"
android:orientation
="vertical"
android:visibility
="gone"
>

< ImageView
android:id ="@+id/ivsexshow"
android:layout_width
="fill_parent"
android:layout_height
="0dp"
android:layout_centerHorizontal
="true"
android:visibility
="gone"
android:scaleType
="fitCenter"
android:layout_weight
="100"
/>
< Button
android:id ="@+id/btnback"
android:layout_width
="fill_parent"
android:layout_height
="wrap_content"
android:text
="@string/btnback"
android:visibility
="gone"
android:layout_centerHorizontal
="true"
android:layout_weight
="1"
/>


</ LinearLayout >
</ RelativeLayout >

更多相关文章

  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. 手机端软件界面设计中的几种常用布局
  2. Android(安卓)弹无虚发之第二弹:Android(
  3. Android开发自己的桌面应用,Luancher原来
  4. Android实现左右滑动指引效果(使用ViewPag
  5. Android蓝牙开发全面总结
  6. android 仿 新闻阅读器 菜单弹出效果(附源
  7. Android简易实战教程--第二十八话《加载
  8. 手机服务器Android消息推送(二)--基于MQT
  9. Android回调函数机制那点事
  10. android usb挂载分析--各种格式支持