将布局底部控件顶上去了,怎么解决
1个回答
展开全部
用相对布局, 宽高占满屏幕,子控制设置android:layout_alignParentBottom = true即可, 可查看以下代码
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<Button
android:layout_alignParentBottom="true"
android:text="Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<Button
android:layout_alignParentBottom="true"
android:text="Button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</RelativeLayout>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询