Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为我的 Android 应用程序的用户界面创建元素。现在,我已经在 XML 选择器文件中创建了一些不同的自定义按钮样式。有没有一种方法可以覆盖或添加简单的形状(如箭头或 x)到我的自定义按钮?这是一些照片示例,以阐明我在寻找什么。
箭头 或 X
您可以设置按钮的 CompoundDrawable 来做到这一点:
android:drawableRight="@drawable/arrow"