Android 改变按钮的形状

发布于 2024-11-11 10:59:32 字数 172 浏览 4 评论 0原文

我正在尝试为 Android 应用程序设计一个按钮,如下所示:

在此处输入图像描述

按钮的长度为根据文字的大小来确定。文本将在运行时发生变化,具体取决于按钮显示的页面。有谁知道我如何实现这一目标?

I'm trying to design a button for an android application like this:

enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

泪眸﹌ 2024-11-18 10:59:32

只需使用带有 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文