Add icons for display adjustment quick settings

BUG: 13028934
Change-Id: I437abc48ad34364995b37c504019f7a4871c8031
This commit is contained in:
Alan Viverette
2014-03-06 18:36:43 -08:00
parent 2228195452
commit 858a0405ec
23 changed files with 132 additions and 6 deletions

View File

@ -39,4 +39,10 @@
<color name="status_bar_clock_color">#FFFFFFFF</color>
<drawable name="notification_item_background_color">#ff111111</drawable>
<drawable name="notification_item_background_color_pressed">#ff454545</drawable>
<!-- Tint color for inactive Quick Settings icons. -->
<color name="ic_qs_off">#ff404040</color>
<!-- Tint color for active Quick Settings icons. -->
<color name="ic_qs_on">#ffffffff</color>
</resources>