diff options
Diffstat (limited to 'configpanel/res/xml/button_panel.xml')
-rw-r--r-- | configpanel/res/xml/button_panel.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configpanel/res/xml/button_panel.xml b/configpanel/res/xml/button_panel.xml index 43f4902..6e13cb6 100644 --- a/configpanel/res/xml/button_panel.xml +++ b/configpanel/res/xml/button_panel.xml @@ -17,21 +17,11 @@ --> <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"> - <SwitchPreference - android:key="button_swap" - android:title="@string/button_swap_title" - android:summary="@string/button_swap_summary" /> - <PreferenceCategory android:key="fp_key" android:title="@string/fingerprint_title" > <SwitchPreference - android:key="fp_home" - android:title="@string/fingerprint_as_home_title" - android:summary="@string/fingerprint_as_home_summary" /> - - <SwitchPreference android:key="fp_wakeup" android:title="@string/fingerprint_wakeup_title" android:summary="@string/fingerprint_wakeup_summary" /> |