为什么我的ScrollView不能滚动
我已经检查了几遍了,同时对比了问答区其他同学的问题,实在是不知道为什么不能滑动,求解答
<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"> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp" android:layout_marginRight="20dp" android:orientation="horizontal" android:paddingTop="15dp"> <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:src="@mipmap/list_my_menu" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp"> <TextView android:id="@+id/txt_my_order" 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_order" android:layout_marginTop="8dp" android:background="#E3E5E7"></View> </RelativeLayout> </LinearLayout> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp" android:layout_marginRight="20dp" android:orientation="horizontal" android:paddingTop="15dp"> <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:src="@mipmap/list_save" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp"> <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_marginTop="8dp" android:background="#E3E5E7"></View> </RelativeLayout> </LinearLayout> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp" android:layout_marginRight="20dp" android:orientation="horizontal" android:paddingTop="15dp"> <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:src="@mipmap/list_pwd" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp"> <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_marginTop="8dp" android:background="#E3E5E7"></View> </RelativeLayout> </LinearLayout> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp" android:layout_marginRight="20dp" android:orientation="horizontal" android:paddingTop="15dp"> <LinearLayout android:id="@+id/part1" 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:src="@mipmap/list_my" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp"> <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> </LinearLayout> <View android:layout_width="match_parent" android:layout_height="8dp" android:layout_below="@id/txt_my" android:layout_marginTop="10dp" android:background="#E3E5E7"></View> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp" android:layout_marginRight="20dp" android:orientation="horizontal" android:paddingTop="15dp"> <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:src="@mipmap/list_my_menu" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp"> <TextView android:id="@+id/txt_my_order1" 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_order1" android:layout_marginTop="8dp" android:background="#E3E5E7"></View> </RelativeLayout> </LinearLayout> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp" android:layout_marginRight="20dp" android:orientation="horizontal" android:paddingTop="15dp"> <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:src="@mipmap/list_save" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp"> <TextView android:id="@+id/txt_my_save1" 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_save1" android:layout_marginTop="8dp" android:background="#E3E5E7"></View> </RelativeLayout> </LinearLayout> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp" android:layout_marginRight="20dp" android:orientation="horizontal" android:paddingTop="15dp"> <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:src="@mipmap/list_pwd" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp"> <TextView android:id="@+id/txt_my_pwd1" 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_pwd1" android:layout_marginTop="8dp" android:background="#E3E5E7"></View> </RelativeLayout> </LinearLayout> </LinearLayout> <LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp" android:layout_marginRight="20dp" android:orientation="horizontal" android:paddingTop="15dp"> <LinearLayout android:id="@+id/part11" 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:src="@mipmap/list_my" /> <RelativeLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="10dp"> <TextView android:id="@+id/txt_my1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingTop="8dp" android:text="我的锦囊" android:textSize="28sp" /> </RelativeLayout> </LinearLayout> </LinearLayout> <View android:layout_width="match_parent" android:layout_height="8dp" android:layout_below="@id/txt_my1" android:layout_marginTop="10dp" android:background="#E3E5E7"></View> </LinearLayout> </ScrollView>
2
收起
正在回答 回答被采纳积分+1
Android零基础入门2018版
- 参与学习 人
- 提交作业 5461 份
- 解答问题 7238 个
此次推出的专题为Android攻城狮培养计划的第一部分语法与界面基础篇,将带大家从0开始学习Android开发。
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星