diff options
author | Rashed Abdel-Tawab <rashed@linux.com> | 2014-11-30 00:17:03 -0500 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2015-12-12 10:07:27 -0800 |
commit | ecb5cdb170d4caceea603e15428cea6267c1dcf7 (patch) | |
tree | 7cfc3f9eb98d6a974a62f6a8cead38867ac77e15 /packages/SystemUI/res/values | |
parent | 02b98156165c56c1e8d563cf3e33d097ffe8762b (diff) | |
download | frameworks_base-ecb5cdb170d4caceea603e15428cea6267c1dcf7.zip frameworks_base-ecb5cdb170d4caceea603e15428cea6267c1dcf7.tar.gz frameworks_base-ecb5cdb170d4caceea603e15428cea6267c1dcf7.tar.bz2 |
Status bar: Add HSPA+ icons
Forward port H+ icon in the status bar when connected to HSPA+
Uses new vector drawables by blunden
Change-Id: Ia745c524d5e2530f50f12f961ea8533a4c8f5842
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r-- | packages/SystemUI/res/values/cm_strings.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/cm_strings.xml b/packages/SystemUI/res/values/cm_strings.xml index 8363efa..93b66e1 100644 --- a/packages/SystemUI/res/values/cm_strings.xml +++ b/packages/SystemUI/res/values/cm_strings.xml @@ -19,6 +19,9 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + <!-- Content description of the data connection type HSPA+ for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> + <string name="accessibility_data_connection_hspap">HSPA+</string> + <!-- Weather string format in expanded statusbar header --> <string name="status_bar_expanded_header_weather_format"><xliff:g id="temp">%1$s</xliff:g> - <xliff:g id="condition">%2$s</xliff:g></string> |