请问要怎么解决下拉条到底以后 Fragment的最下面一条被Menu遮住的问题。。谢谢老师!!

请问要怎么解决下拉条到底以后 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

登陆购买课程后可参与讨论,去登陆

1回答
提问者 魂丧雪枫 2018-03-07 15:42:28

已经参考了https://class.imooc.com/course/qadetail/8806的方法 还是不太明白。。。

 注:我自己的方式如以上代码 多写一个空的view去占位置,但是总感觉这种办法不太好   请老师指导 谢谢!

  • 因为是UI布局的问题,你有没有尝试那样去进行解决呢。
    2018-03-07 17:50:25
  • 提问者 魂丧雪枫 回复 Tender10 #2
    不太明白要怎么在UI上面进行解决问题。。。。
    2018-03-07 18:01:12
  • Tender10 回复 提问者 魂丧雪枫 #3
    你可以尝试老师说的这个方法去修改一下看看效果。例如主activity的xml的布局是:vertical方向的LinearLayout 。中间的内容部分应当高为0,layout_weight为1,而下面的功能菜单的高为wrap_content就可以了。
    2018-03-07 19:01:19
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师