All assets cut as alpha variants so we apply desired tinting at runtime. Small script to automatically generate XML resources. Bug: 15836082, 16658537 Change-Id: I803b3f0bf6f121194a5445fd1c6600fabaf28f60
6 lines
238 B
XML
6 lines
238 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:src="@drawable/ic_open_am_alpha"
|
|
android:tint="?android:attr/colorControlNormal"
|
|
android:autoMirrored="true" />
|