gpt4 book ai didi

android - 如何在 Android 中创建 iOS 风格的箭头按钮?

转载 作者:太空宇宙 更新时间:2023-11-03 12:40:40 28 4
gpt4 key购买 nike

我偏爱 iOS 中的双用按钮,如下图所示:

enter image description here

如何在 Android 中创建这些类型的按钮?换句话说,整个按钮必须是可点击的,箭头必须右对齐,按钮的文本必须左对齐。

我尝试使用常规的 Button 小部件,但没有成功。我是否必须求助于表格布局(但这样会失去可点击性)。

最佳答案

您需要为 Button 自定义形状背景

你可以找到customizing shape here.

将该背景设置为来自 xml 的 Button,并且为了显示箭头,您需要将 arrow.png 添加到您的项目可绘制对象中。

您将像这样向按钮添加属性:

<Button android:backround="@drawable/cell_background"
android:drawableRight="@drawable/arrow" ... />

关于android - 如何在 Android 中创建 iOS 风格的箭头按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8586522/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com