为了账号安全,请及时绑定邮箱和手机立即绑定

主界面布局中设置layout_height=0意义何在?设置layout_weight="1"为什么会有那样的效果?

<include layout="@layout/title"/>

    

    <android.support.v4.view.ViewPager

        android:id="@+id/id_viewpage"

        android:layout_width="fill_parent"

        android:layout_height="fill_parent"

        android:layout_weight="1">

        

    </android.support.v4.view.ViewPager>

    

    <include layout="@layout/tab_bottom"/>


正在回答

1 回答

layout_weight是将剩下的高度填充,所以要将layout_height设置为0

0 回复 有任何疑惑可以回复我~
#1

无动于衷丶碎冰 提问者

恩,明白了,谢谢
2015-10-21 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
多种多样的App主界面Tab实现方法
  • 参与学习       48925    人
  • 解答问题       179    个

本课程就将讲解迄今为止最流行的4种实现Tab的方法

进入课程

主界面布局中设置layout_height=0意义何在?设置layout_weight="1"为什么会有那样的效果?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信