怎么把android控件置底
我搜到说可以用android:alignParentBottom但是我的里面没有这个属性。。高手赐教啊...
我搜到说可以用 android:alignParentBottom
但是我的里面没有这个属性。。高手赐教啊 展开
但是我的里面没有这个属性。。高手赐教啊 展开
5个回答
2018-04-18 · 知道合伙人教育行家
关注
展开全部
Android控件置底的方法:
1、使用android:layout_height="match_parent"将控件设置为占满屏幕。
2、使用RelativeLayout包括控件,控件中增加android:layout_alignParentBottom="true" 表示放在父控件的最下方。
3、使用android:layout_gravity="bottom" 指定当前控件的位置为bottom即可。
展开全部
Android控件放屏幕最下面有两种方式:
使用android:layout_height="match_parent"将控件设置为占满屏幕。
使用RelativeLayout包括控件,控件中增加android:layout_alignParentBottom="true" 表示放在父控件的最下方。
使用android:layout_gravity="bottom" 指定当前控件的位置为bottom即可。
使用android:layout_height="match_parent"将控件设置为占满屏幕。
使用RelativeLayout包括控件,控件中增加android:layout_alignParentBottom="true" 表示放在父控件的最下方。
使用android:layout_gravity="bottom" 指定当前控件的位置为bottom即可。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
父控件必须是RelativeLayout, 才会有这个属性
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
线性垂直布局:可以用权重(比例)设置上一个控件的height=0dp;weight=1,需要置底的控件直接用内容撑开就可以了
相对布局:直接alignParentBottom=true
相对布局:直接alignParentBottom=true
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
amdksaldaskjd
追问
没有这个
但是我现在用了bottom也可以了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询