Skip to content

Commit

Permalink
One handed mode toggle [3/3]
Browse files Browse the repository at this point in the history
Change-Id: I7add2cd574cfe3a5f274e49480f0a25e8f16d464
  • Loading branch information
Beanstown authored and eyosen committed Jan 24, 2017
1 parent 5f605bf commit 9f450b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/values/aicp_strings.xml
Expand Up @@ -238,6 +238,8 @@
<string name="smartbar_config_backup_error_toast">Error saving Smartbar profile</string>
<string name="smartbar_config_restore_error_toast">Error restoring Smartbar profile</string>
<string name="navbar_buttons_alpha_title">Button transparency</string>
<string name="one_handed_mode_title">One handed mode</string>
<string name="one_handed_mode_summary">Allows swiping on the navigation bar to enable one handed mode</string>

<string name="link_volume_option_title">Link ringtone &amp; notification volumes</string>

Expand Down
6 changes: 6 additions & 0 deletions res/xml/smartbar_settings.xml
Expand Up @@ -44,6 +44,12 @@
android:entryValues="@array/smartbar_button_animation_values"
android:summary="@string/smartbar_button_animation_summary" />

<com.android.settings.preference.SecureSettingSwitchPreference
android:key="one_handed_mode_ui"
android:title="@string/one_handed_mode_title"
android:summary="@string/one_handed_mode_summary"
android:defaultValue="false" />

<com.android.settings.aicp.preference.CustomSeekBarPreference
android:key="navbar_buttons_alpha"
android:title="@string/navbar_buttons_alpha_title"
Expand Down

0 comments on commit 9f450b6

Please sign in to comment.