请问要怎么解决下拉条到底以后 Fragment的最下面一条被Menu遮住的问题。。谢谢老师!!
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="5dp"
android:gravity="center">
<ImageView
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="5dp"
android:src="@mipmap/list_setting"/>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp">
<TextView
android:id="@+id/txt_setting"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:textColor="#000000"
android:text="我的设置"
android:textSize="20sp"/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#D8DDE1"
android:layout_marginTop="8dp"
android:layout_marginRight="10dp"
android:layout_below="@+id/txt_setting"/>
</RelativeLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:layout_marginTop="5dp"
android:gravity="center">
<ImageView
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_marginLeft="5dp"
android:src="@mipmap/list_setting"/>
</LinearLayout>
正在回答 回答被采纳积分+1
已经参考了https://class.imooc.com/course/qadetail/8806的方法 还是不太明白。。。
注:我自己的方式如以上代码 多写一个空的view去占位置,但是总感觉这种办法不太好 请老师指导 谢谢!
- 参与学习 人
- 提交作业 5461 份
- 解答问题 7238 个
此次推出的专题为Android攻城狮培养计划的第一部分语法与界面基础篇,将带大家从0开始学习Android开发。
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星