Android 改变按钮的形状
我正在尝试为 Android 应用程序设计一个按钮,如下所示:
按钮的长度为根据文字的大小来确定。文本将在运行时发生变化,具体取决于按钮显示的页面。有谁知道我如何实现这一目标?
I'm trying to design a button for an android application like this:
The length of the button will be determined based on the size of the text. The text will change during runtime depending on the page the button is displayed on. Does anyone have an idea on how I can achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需使用带有 9-patch png 图像作为背景的常规按钮即可。有关 9-patch 的更多信息可以在此处阅读:Draw 9-patch。
Just use a regular button with 9-patch png image as a background. More about 9-patch can be read here: Draw 9-patch.