如何动态地将android属性layout_alignParentBottom设置为按钮
我有一个动态布局和一个按钮。如何将属性 layout_alignParentBottom
设置为该按钮,以便它出现在相对布局的底部?
或者你知道另一种方法吗?
I have a dynamic layout and I have a button. How can I set the property layout_alignParentBottom
to that button so that it would appear in the bottom of my relative layout?
Or do you know another way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅当您的布局是RelativeLayout时,这才有效,因为其他ViewGroups不理解alignParentBottom。
This will only work if your layout is a RelativeLayout, as other ViewGroups don't understand alignParentBottom.