如何在 xml 中创建垂直对齐 android 按钮..?
如何在android XML文件中制作垂直对齐按钮android,如图像
how to make vertical align button android in android XML file like the image
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 fill_parent 作为布局高度。为了OK,你可以将其设置为O下方的K,但是像图片上一样必须使用背景图像。
Use fill_parent for layout_height. For OK you can make it K below O, but like on the picture must use background image.
如果您使用 android:background 并将像这样的按钮的图片放入可绘制对象中,您可以将其制作为例如:
If you use android:background and put a picture like this button in the drawables you will can make it for example:
您可以增加高度和减少宽度,这样按钮的大小就会按照您想要的方式显示,并且对于“确定”的事情,您必须将其创建为背景图像。
You can make height more and width less that ways the size of button will come up the way you want and for the "ok" thing, you will have to create it as the background image.