带箭头边框的图像按钮

发布于 2024-10-14 14:46:25 字数 203 浏览 3 评论 0原文

我想为我的 Android 应用程序制作一个面包屑。 在左侧的面包屑中,有一个带箭头边框的图像按钮。右侧有文字标题。当用户点击图像按钮时,应用程序执行特定任务。

那么,你能帮我创建带有箭头边框的图像按钮,就像附加图像一样吗?

谢谢。

我的观点

i want to make a breadcrumb for my android app.
In breadcrumb on the left there is an imagebutton with arrow border. On the right there is a text title. When user tap on imagebutton, application performs specific task.

So, can you help me to create imagebutton with arrow border like in attach image?

Thank you.

My view

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

土豪我们做朋友吧 2024-10-21 14:46:25

我不是 100% 确定你所说的箭头边框是什么意思,但你不能(据我所知)为 Android 中的任何视图设置边框。

您可以选择两个选项:

  1. 创建一个外部视图来包围您想要边框的视图。然后将外边框的背景设置为箭头背景。
  2. 使用九个补丁

我个人会推荐九个补丁。

编辑:我注意到你想要在图像上添加边框。这可能是九个补丁的问题,除非您将边框集成到图像中,但这违背了目的。

I'm not 100% sure what you mean by an Arrow Border, but you cannot (as far as I know) set borders to any views in Android.

There are two options you could go for:

  1. Make an outer View to surround the View you want a border on. Then set the background of the outer border to an arrow background.
  2. Use a Nine Patch.

I would recommend a nine patch for this personally.

Edit: I noticed you wanted a border on an image. That could be an issue with nine patch unless you integrate the border into the image, which defeats the purpose.

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