<?xml version="1.0" encoding="utf-8"?> <bitmap xmlns:android="http://schemas.android.com/apk/res/android"
android:src="@drawable/online_status_bar_flashlight_on"
android:tint="?android:attr/colorControlNormal" />
android:src指定原始图片, android:tint指定新的颜色, 此XML对应的图片颜色修改完成。