summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/layout
diff options
context:
space:
mode:
authorNicholas Chum <nicholaschum@gmail.com>2015-11-25 21:54:57 -0500
committerClark Scheff <clark@cyngn.com>2015-11-30 13:33:33 -0800
commit536e68f1d158a18e032c1205f7e9a77caf5c28b0 (patch)
tree267639b7fc0c949a62a98fe292e913ab8c7b49c0 /packages/SystemUI/res/layout
parent3ba963df523050919290441f7dde35ef71d16671 (diff)
downloadframeworks_base-536e68f1d158a18e032c1205f7e9a77caf5c28b0.zip
frameworks_base-536e68f1d158a18e032c1205f7e9a77caf5c28b0.tar.gz
frameworks_base-536e68f1d158a18e032c1205f7e9a77caf5c28b0.tar.bz2
Themes: Allow SystemUI Tuner Icon to be Tinted
This removes the hardcoded #4dffffff icon tint on the small wrench icon next to the Settings shortcut in QS. Change-Id: If087fa2e1a6bf6945ec30f49c620c7e78a0df989
Diffstat (limited to 'packages/SystemUI/res/layout')
-rw-r--r--packages/SystemUI/res/layout/status_bar_expanded_header.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/status_bar_expanded_header.xml b/packages/SystemUI/res/layout/status_bar_expanded_header.xml
index c6511d1..577ad55 100644
--- a/packages/SystemUI/res/layout/status_bar_expanded_header.xml
+++ b/packages/SystemUI/res/layout/status_bar_expanded_header.xml
@@ -63,7 +63,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingStart="36dp"
- android:tint="#4DFFFFFF"
+ android:tint="@color/tuner_icon_tint"
android:tintMode="src_in"
android:visibility="invisible"
android:src="@drawable/tuner" />