File tree 2 files changed +8
-0
lines changed
2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 238
238
<string name =" smartbar_config_backup_error_toast" >Error saving Smartbar profile</string >
239
239
<string name =" smartbar_config_restore_error_toast" >Error restoring Smartbar profile</string >
240
240
<string name =" navbar_buttons_alpha_title" >Button transparency</string >
241
+ <string name =" one_handed_mode_title" >One handed mode</string >
242
+ <string name =" one_handed_mode_summary" >Allows swiping on the navigation bar to enable one handed mode</string >
241
243
242
244
<string name =" link_volume_option_title" >Link ringtone & notification volumes</string >
243
245
Original file line number Diff line number Diff line change 44
44
android : entryValues =" @array/smartbar_button_animation_values"
45
45
android : summary =" @string/smartbar_button_animation_summary" />
46
46
47
+ <com .android.settings.preference.SecureSettingSwitchPreference
48
+ android : key =" one_handed_mode_ui"
49
+ android : title =" @string/one_handed_mode_title"
50
+ android : summary =" @string/one_handed_mode_summary"
51
+ android : defaultValue =" false" />
52
+
47
53
<com .android.settings.aicp.preference.CustomSeekBarPreference
48
54
android : key =" navbar_buttons_alpha"
49
55
android : title =" @string/navbar_buttons_alpha_title"
You can’t perform that action at this time.
0 commit comments