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
258 B
XML
6 lines
258 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:src="@drawable/ic_root_folder_am_alpha"
|
|
android:tint="@*android:color/secondary_text_material_light"
|
|
android:autoMirrored="true" />
|