Files
frameworks_base/packages/DocumentsUI/res/drawable/ic_root_folder.xml
Jeff Sharkey c29dd61cbf More material updates to DocumentsUI.
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
2014-08-08 22:22:39 +00:00

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" />