GridView和ScrollView的嵌套
发布时间
阅读量:
阅读量
该内容源自回答频道的答题环节,因此所有信息均依照回答频道原有的题目结构进行组织
1、相关布局文件如下
文件名:testxm.xml
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#f1f1f1"
android:orientation="vertical" >
<!-- 顶部蓝色工具栏 -->
<RelativeLayout
android:id="@+id/fujin_top_llayout"
android:layout_width="fill_parent"
android:layout_height="36dp"
android:background="#47
全部评论 (0)
还没有任何评论哟~
