diff options
author | DvTonder <david.vantonder@gmail.com> | 2013-06-01 13:46:24 -0400 |
---|---|---|
committer | DvTonder <david.vantonder@gmail.com> | 2013-06-02 19:36:59 -0400 |
commit | 0724c8c742a3641f14eb143d0cf7fb8e90f8d8bb (patch) | |
tree | 29740aa4aa350eb2b92cf4a16b9118e351300aab /res/values | |
parent | ff42ec782a25e92135c0a362644c58b9ca0c210f (diff) | |
download | packages_apps_settings-0724c8c742a3641f14eb143d0cf7fb8e90f8d8bb.zip packages_apps_settings-0724c8c742a3641f14eb143d0cf7fb8e90f8d8bb.tar.gz packages_apps_settings-0724c8c742a3641f14eb143d0cf7fb8e90f8d8bb.tar.bz2 |
Settings: Add support to enable/disable Electron Beam (2/2)
Parts were brought over from CM9 but not all of it. This completes
the port.
Change-Id: I5ebfab22e68ea34e3babfaacd9c8103e25932d3d
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/cm_strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 787083f..d80f8d7 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -940,4 +940,9 @@ two in order to insert additional control points. \'Remove\' deletes the selecte <string name="power_notifications_ringtone_title">Notification sound</string> <!-- Sound settings, power notifications label for ringtone == none --> <string name="power_notifications_ringtone_silent">Silent</string> + + <!-- Display Screen-on and off Electron beam animations --> + <string name="screen_off_animation_title">Screen-off animation</string> + <string name="screen_off_animation_summary">Show the electron beam animation when the screen is turned off</string> + </resources> |