Android 中带有两组文本的按钮
有谁知道如何在 Android 中设置按钮的文本来保持一些文本左对齐,另一个文本右对齐?
谢谢
does anybody know how can I se the text of a Button in Android to hold some text aligned to the left, and another to the right?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
做一个自定义按钮。
这真的很简单,只需执行以下操作:
Do a custom button.
It's really easy just do something like:
您应该使用 ImageView 或 ImageButton 而不是 Button。
You should use ImageView or ImageButton instead of Button.
根据需要,在这些文本之间留出空间,该按钮的宽度为 WRAP_CONTENT。
Give the space between these text as you want the width of that button is WRAP_CONTENT.