当前位置: 移动技术网 > IT编程>移动开发>Android > Android控件靠底部(代码实现)

Android控件靠底部(代码实现)

2018年09月13日  | 移动技术网IT编程  | 我要评论

扒一扒 王小小小予,14岁的男孩开处,绍兴同城游戏大厅官方下载

android控件靠底部(代码实现)

<linearlayout
    android:layout_width="match_parent"
    android:layout_height="0dp"
    android:layout_weight="1"
    android:orientation="vertical">
</linearlayout>
<linearlayout
    android:id="@+id/linearlayout"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">    
</linearlayout>

如对本文有疑问,请在下面进行留言讨论,广大热心网友会与你互动!! 点击进行留言回复

相关文章:

验证码:
移动技术网