diff options
Diffstat (limited to 'res/xml/button_settings.xml')
-rw-r--r-- | res/xml/button_settings.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/res/xml/button_settings.xml b/res/xml/button_settings.xml index 35ce751..716710c 100644 --- a/res/xml/button_settings.xml +++ b/res/xml/button_settings.xml @@ -92,6 +92,28 @@ </PreferenceCategory> <PreferenceCategory + android:key="app_switch_key" + android:title="@string/hardware_keys_appswitch_key_title" > + + <ListPreference + android:key="hardware_keys_app_switch_press" + android:dialogTitle="@string/hardware_keys_short_press_title" + android:title="@string/hardware_keys_short_press_title" + android:entries="@array/hardware_keys_action_entries" + android:entryValues="@array/hardware_keys_action_values" + android:persistent="false" /> + + <ListPreference + android:key="hardware_keys_app_switch_long_press" + android:dialogTitle="@string/hardware_keys_long_press_title" + android:title="@string/hardware_keys_long_press_title" + android:entries="@array/hardware_keys_action_entries" + android:entryValues="@array/hardware_keys_action_values" + android:persistent="false" /> + + </PreferenceCategory> + + <PreferenceCategory android:key="volume_keys" android:title="@string/hardware_keys_volume_keys_title" > |