Skip to content

Commit cd8846d

Browse files
committed
devicesettings: Add strings for StylusKeyHandler
Change-Id: I5ed272f66f4e4342984d19a073bdc13b58adf339 Signed-off-by: AnierinB <anierin@evolution-x.org>
1 parent 65352f2 commit cd8846d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

res/values/strings.xml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153

154154
<!-- Generic texts -->
155155
<string name="disabled">Disabled</string>
156+
<string name="none">None</string>
156157

157158
<!-- Help texts -->
158159
<string name="doze_settings_help_title">Help</string>
@@ -189,4 +190,18 @@
189190
<!-- Wake on gesture -->
190191
<string name="wake_on_gesture_title">Wake up on gestures</string>
191192
<string name="wake_on_gesture_summary">Wake the device instead of pulsing notifications on gesture events</string>
193+
194+
<!-- Stylus -->
195+
<string name="stylus_panel_title">Stylus</string>
196+
<string name="stylus_panel_summary">Control stylus behavior</string>
197+
<string name="stylus_removed_category_title">Stylus removed</string>
198+
<string name="stylus_inserted_category_title">Stylus inserted</string>
199+
<string name="stylus_screen_on_when_removed_title">Turn screen on</string>
200+
<string name="stylus_screen_on_when_removed_summary">Turn the screen on when removing the stylus</string>
201+
<string name="stylus_screen_off_when_inserted_title">Turn screen off</string>
202+
<string name="stylus_screen_off_when_inserted_summary">Turn the screen off when inserting the stylus</string>
203+
<string name="stylus_vibrate_title">Vibrate</string>
204+
<string name="stylus_vibrate_when_removed_summary">Vibrate when removing the stylus</string>
205+
<string name="stylus_vibrate_when_inserted_summary">Vibrate when inserting the stylus</string>
206+
<string name="stylus_launch_app_title">Launch app when removed</string>
192207
</resources>

0 commit comments

Comments
 (0)