summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values
diff options
context:
space:
mode:
authorMichael Bestas <mikeioannina@gmail.com>2015-04-22 02:15:28 +0300
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-01-17 13:28:19 -0800
commita7e5f923a651e519c8d55fbcf71ef26740b61e0e (patch)
treef100f9bed81ce925b67d7b980e30f14c608830b1 /packages/SystemUI/res/values
parent9848b97dbb82712963aec058cc7c0aa589023d0c (diff)
downloadframeworks_base-a7e5f923a651e519c8d55fbcf71ef26740b61e0e.zip
frameworks_base-a7e5f923a651e519c8d55fbcf71ef26740b61e0e.tar.gz
frameworks_base-a7e5f923a651e519c8d55fbcf71ef26740b61e0e.tar.bz2
SystemUI: Add heads up tile (1/2)
Change-Id: I0e3cff73752c59d804dcec43b86524c2e8df4f57
Diffstat (limited to 'packages/SystemUI/res/values')
-rw-r--r--packages/SystemUI/res/values/cm_strings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/SystemUI/res/values/cm_strings.xml b/packages/SystemUI/res/values/cm_strings.xml
index 481bdf5..bc2b6a8 100644
--- a/packages/SystemUI/res/values/cm_strings.xml
+++ b/packages/SystemUI/res/values/cm_strings.xml
@@ -101,6 +101,7 @@
<string name="quick_settings_nfc_label">NFC</string>
<string name="quick_settings_profiles">System profiles</string>
<string name="quick_settings_profiles_off">Profiles disabled</string>
+ <string name="quick_settings_heads_up_label">Heads up</string>
<!-- Content description of the sync tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
<string name="accessibility_quick_settings_sync_off">Sync off.</string>
@@ -168,6 +169,16 @@
<!-- Announcement made when ambient display changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
<string name="accessibility_quick_settings_ambient_display_changed_on">Ambient display turned on.</string>
+ <!-- Content description of the heads up tile in quick settings when off (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_quick_settings_heads_up_off">Heads up off.</string>
+ <!-- Content description of the heads up tile in quick settings when on (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_quick_settings_heads_up_on">Heads up on.</string>
+
+ <!-- Announcement made when heads up changes to off (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_quick_settings_heads_up_changed_off">Heads up turned off.</string>
+ <!-- Announcement made when heads up changes to on (not shown on the screen). [CHAR LIMIT=NONE] -->
+ <string name="accessibility_quick_settings_heads_up_changed_on">Heads up turned on.</string>
+
<!-- Dynamic tiles -->
<string name="quick_settings_dynamic_tile_detail_title">Dynamic tile</string>
<string name="dynamic_qs_tile_next_alarm_label">Next alarm</string>