diff options
Diffstat (limited to 'overlay/packages')
-rw-r--r-- | overlay/packages/apps/DU-Tweaks/res/xml/button_settings.xml | 36 |
1 files changed, 12 insertions, 24 deletions
diff --git a/overlay/packages/apps/DU-Tweaks/res/xml/button_settings.xml b/overlay/packages/apps/DU-Tweaks/res/xml/button_settings.xml index 7718f5f..6b26d4c 100644 --- a/overlay/packages/apps/DU-Tweaks/res/xml/button_settings.xml +++ b/overlay/packages/apps/DU-Tweaks/res/xml/button_settings.xml @@ -70,6 +70,12 @@ </com.dirtyunicorns.dutweaks.preference.ActionPreference> <com.dirtyunicorns.dutweaks.preference.ActionPreference + android:key="hwkeys_button_assist_single_tap" + android:summary="@string/hardware_keys_long_press_summary" + android:title="@string/hardware_keys_long_press_title" > + </com.dirtyunicorns.dutweaks.preference.ActionPreference> + + <com.dirtyunicorns.dutweaks.preference.ActionPreference android:key="hwkeys_button_back_double_tap" android:summary="@string/hardware_keys_double_tap_summary" android:title="@string/hardware_keys_double_tap_title" > @@ -82,6 +88,12 @@ android:title="@string/hardware_keys_home_key_title" > <com.dirtyunicorns.dutweaks.preference.ActionPreference + android:key="hwkeys_button_home_single_tap" + android:summary="@string/hardware_keys_single_tap_summary" + android:title="@string/hardware_keys_single_tap_title" > + </com.dirtyunicorns.dutweaks.preference.ActionPreference> + + <com.dirtyunicorns.dutweaks.preference.ActionPreference android:key="hwkeys_button_home_long_press" android:summary="@string/hardware_keys_long_press_summary" android:title="@string/hardware_keys_long_press_title" > @@ -131,28 +143,4 @@ </PreferenceCategory> - <PreferenceCategory - android:key="assist_key" - android:title="@string/hardware_keys_assist_key_title" > - - <com.dirtyunicorns.dutweaks.preference.ActionPreference - android:key="hwkeys_button_assist_single_tap" - android:summary="@string/hardware_keys_single_tap_summary" - android:title="@string/hardware_keys_single_tap_title" > - </com.dirtyunicorns.dutweaks.preference.ActionPreference> - - <com.dirtyunicorns.dutweaks.preference.ActionPreference - android:key="hwkeys_button_assist_long_press" - android:summary="@string/hardware_keys_long_press_summary" - android:title="@string/hardware_keys_long_press_title" > - </com.dirtyunicorns.dutweaks.preference.ActionPreference> - - <com.dirtyunicorns.dutweaks.preference.ActionPreference - android:key="hwkeys_button_assist_double_tap" - android:summary="@string/hardware_keys_double_tap_summary" - android:title="@string/hardware_keys_double_tap_title" > - </com.dirtyunicorns.dutweaks.preference.ActionPreference> - - </PreferenceCategory> - </PreferenceScreen> |