diff options
author | Steve Kondik <shade@chemlab.org> | 2012-06-03 07:29:05 -0700 |
---|---|---|
committer | Espen Fjellvær Olsen <espen@mrfjo.org> | 2013-01-03 09:45:45 +0100 |
commit | e668e5eff5fd7430dafd380e128933f39c4b5470 (patch) | |
tree | 1c8a6f8b3be8fb63eb9984d10708dac7dd04b9f2 /res/values | |
parent | 81833c27d20ceda3142256f59152477ba4992148 (diff) | |
download | packages_apps_settings-e668e5eff5fd7430dafd380e128933f39c4b5470.zip packages_apps_settings-e668e5eff5fd7430dafd380e128933f39c4b5470.tar.gz packages_apps_settings-e668e5eff5fd7430dafd380e128933f39c4b5470.tar.bz2 |
settings: Add option to toggle the pointer icon when using stylus
Change-Id: Ib9c22ecb05cc698ead5bfffa34d2a2ffa9c21e13
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 8e2fb11..d1d876f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -5088,5 +5088,9 @@ <string name="lock_clock_title">Clock widget</string> <string name="lock_clock_summary">View or change how the \'Chronus\' Home and Lock screen widgets will display</string> + <!-- Stylus Icon --> + <string name="stylus_icon_enabled_title">Show icon when using stylus</string> + <string name="stylus_icon_enabled_summary">Show the pointer icon when hovering or drawing with the stylus</string> + <!-- **** CYANOGENMOD ADDITIONS END **** --> </resources> |