aboutsummaryrefslogtreecommitdiff
path: root/overlay/packages
diff options
context:
space:
mode:
authordavidevinavil <davidevinavil@gmail.com>2017-03-29 21:57:04 +0200
committerdavidevinavil <davidevinavil@gmail.com>2017-04-07 13:36:40 +0200
commitd2470c315a9d9f62974f4b8a85932d7a4e08e9b3 (patch)
treea738719489075ecf6a214aa70707c465851d08cb /overlay/packages
parent6add00a2280c3b57d6a5fb4e78dc2010c95f2ff1 (diff)
home button: Improve customization. Thank to @mnemonyc
Diffstat (limited to 'overlay/packages')
-rw-r--r--overlay/packages/apps/DU-Tweaks/res/xml/button_settings.xml36
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>