【发布时间】:2016-04-21 07:27:09
【问题描述】:
布局代码
按钮:
<Button
android:id="@+id/button1"
style="@style/OneButton"
android:layout_width="fill_parent"
android:drawableLeft="@drawable/ic_setting"
android:text="Setting"/>
可绘制位图:
ic_setting:
<?xml version="1.0" encoding="utf-8"?>
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/ic_redeem"
android:tint="@color/red"/>
这在 API 级别 21 及更高版本中运行良好。
【问题讨论】:
标签: android button colors tint