diff options
author | Jorim Jaggi <jjaggi@google.com> | 2014-08-26 15:01:24 +0200 |
---|---|---|
committer | Jorim Jaggi <jjaggi@google.com> | 2014-08-26 20:42:38 +0200 |
commit | 31fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4 (patch) | |
tree | 674293237ae1c8acf05552fde8abbc9abfb9a7ca /packages/SystemUI/res/values | |
parent | 5369d7a9317a137ca0b7ad43c889203a7669626f (diff) | |
download | frameworks_base-31fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4.zip frameworks_base-31fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4.tar.gz frameworks_base-31fc3e8047ddabbab6b94aa95ebbc6597aa0a6a4.tar.bz2 |
Update IME switcher icon
Also make the transparency consistent with the other icons.
Bug: 15597889
Change-Id: Ia5c8ea0bed192b57c552c62358b365d979c4b062
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r-- | packages/SystemUI/res/values/colors.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/colors.xml b/packages/SystemUI/res/values/colors.xml index dea14e9..75ed81e 100644 --- a/packages/SystemUI/res/values/colors.xml +++ b/packages/SystemUI/res/values/colors.xml @@ -106,4 +106,7 @@ <color name="keyguard_user_switcher_background_gradient_color">#77000000</color> <color name="doze_small_icon_background_color">#ff434343</color> + + <!-- The color of the navigation bar icons. Need to be in sync with ic_sysbar_* --> + <color name="navigation_bar_icon_color">#E5FFFFFF</color> </resources> |