diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/values/cm_strings.xml | 4 | ||||
-rw-r--r-- | res/xml/language_settings.xml | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 40e6d73..ab05bab 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -511,6 +511,10 @@ <string name="high_touch_sensitivity_title">High touch sensitivity</string> <string name="high_touch_sensitivity_summary">Increase touchscreen sensitivity so it can be used while wearing gloves</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> + <!-- Stylus Gestures --> <string name="gestures_settings_title">Stylus gestures</string> <string name="category_spen_title">Stylus gestures</string> diff --git a/res/xml/language_settings.xml b/res/xml/language_settings.xml index c5936f2..94aa73b 100644 --- a/res/xml/language_settings.xml +++ b/res/xml/language_settings.xml @@ -92,6 +92,12 @@ android:key="stylus_gestures" android:title="@string/gestures_settings_title" /> + <SwitchPreference android:key="stylus_icon_enabled" + android:title="@string/stylus_icon_enabled_title" + android:summary="@string/stylus_icon_enabled_summary" + android:defaultValue="false" + android:persistent="false" /> + <SwitchPreference android:key="high_touch_sensitivity" android:title="@string/high_touch_sensitivity_title" |