界面无法滚动
老师帮忙看下 界面无法滚动, 在xml布局文件预览时可以滚动, 但是程序运行起来无法滚动
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<!--单个item-->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<ImageView
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_marginLeft="10dp"
android:src="@mipmap/list_my_menu" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp">
<TextView
android:id="@+id/txt_my_menu"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="8dp"
android:text="我的订单"
android:textSize="28sp" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_below="@+id/txt_my_menu"
android:layout_marginRight="10dp"
android:background="#D8DDE1"></View>
</RelativeLayout>
</LinearLayout>
<!--单个item-->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<ImageView
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_marginLeft="10dp"
android:src="@mipmap/list_save" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp">
<TextView
android:id="@+id/txt_my_save"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="8dp"
android:text="我的收藏"
android:textSize="28sp" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_below="@+id/txt_my_save"
android:layout_marginRight="10dp"
android:background="#D8DDE1"></View>
</RelativeLayout>
</LinearLayout>
<!--单个item-->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<ImageView
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_marginLeft="10dp"
android:src="@mipmap/list_pwd" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp">
<TextView
android:id="@+id/txt_my_pwd"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="8dp"
android:text="我的口令"
android:textSize="28sp" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_below="@+id/txt_my_pwd"
android:layout_marginRight="10dp"
android:background="#D8DDE1"></View>
</RelativeLayout>
</LinearLayout>
<!--单个item-->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<ImageView
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_marginLeft="10dp"
android:src="@mipmap/list_my" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp">
<TextView
android:id="@+id/txt_my"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="8dp"
android:text="我的锦囊"
android:textSize="28sp" />
</RelativeLayout>
</LinearLayout>
<!--分割线-->
<View
android:layout_width="match_parent"
android:layout_height="10dp"
android:layout_below="@+id/txt_my"
android:layout_marginTop="10dp"
android:background="#D8DDE1"></View>
<!--单个Item-->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<ImageView
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_marginLeft="10dp"
android:background="@mipmap/list_safe_center" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp">
<TextView
android:id="@+id/txt_my_safe"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="8dp"
android:text="安全中心"
android:textSize="28sp" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_below="@+id/txt_my_safe"
android:layout_marginRight="10dp"
android:background="#D8DDE1"></View>
</RelativeLayout>
</LinearLayout>
<!--单个Item-->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<ImageView
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_marginLeft="10dp"
android:background="@mipmap/list_address" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp">
<TextView
android:id="@+id/txt_my_addr"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="8dp"
android:text="常用地址"
android:textSize="28sp" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_below="@+id/txt_my_addr"
android:layout_marginRight="10dp"
android:background="#D8DDE1"></View>
</RelativeLayout>
</LinearLayout>
<!--单个Item-->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<ImageView
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_marginLeft="10dp"
android:background="@mipmap/list_service" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp">
<TextView
android:id="@+id/txt_my_server"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="8dp"
android:text="客服中心"
android:textSize="28sp" />
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_below="@+id/txt_my_server"
android:layout_marginRight="10dp"
android:background="#D8DDE1"></View>
</RelativeLayout>
</LinearLayout>
<!--单个Item-->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<ImageView
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_marginLeft="10dp"
android:background="@mipmap/list_sug" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp">
<TextView
android:id="@+id/txt_my_sug"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="8dp"
android:text="意见反馈"
android:textSize="28sp" />
</RelativeLayout>
</LinearLayout>
<!--分割线-->
<View
android:layout_width="match_parent"
android:layout_height="10dp"
android:layout_below="@+id/txt_my"
android:layout_marginTop="10dp"
android:background="#D8DDE1"></View>
<!--单个Item-->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<ImageView
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_marginLeft="10dp"
android:background="@mipmap/list_setting" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp">
<TextView
android:id="@+id/txt_my_set"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingTop="8dp"
android:text="设置"
android:textSize="28sp" />
</RelativeLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>
正在回答 回答被采纳积分+1
- 参与学习 人
- 提交作业 1789 份
- 解答问题 2907 个
Android大楼Java起,本阶段是Android攻城狮培养计划的第一部分语法与界面基础篇,将带大家从0开始入门Android开发。
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星