Add categories as headers for the missing toolbar

master
cpfeiffer 2016-10-11 22:34:04 +02:00
parent 344f6bcaa0
commit b1dcb997bb
1 changed files with 35 additions and 0 deletions

View File

@ -54,6 +54,11 @@
android:title="@string/pref_screen_notification_profile_sms"
android:persistent="false">
<!-- workaround for missing toolbar -->
<PreferenceCategory
android:title="@string/pref_screen_notification_profile_sms"
/>
<ListPreference
android:defaultValue="@string/p_staccato"
android:entries="@array/vibration_profile"
@ -80,6 +85,11 @@
android:title="@string/pref_screen_notification_profile_incoming_call"
android:persistent="false">
<!-- workaround for missing toolbar -->
<PreferenceCategory
android:title="@string/pref_screen_notification_profile_incoming_call"
/>
<ListPreference
android:defaultValue="@string/p_ring"
android:entries="@array/vibration_profile"
@ -101,6 +111,11 @@
android:title="@string/pref_screen_notification_profile_email"
android:persistent="false">
<!-- workaround for missing toolbar -->
<PreferenceCategory
android:title="@string/pref_screen_notification_profile_email"
/>
<ListPreference
android:defaultValue="@string/p_medium"
android:entries="@array/vibration_profile"
@ -126,6 +141,11 @@
android:title="@string/pref_screen_notification_profile_generic_chat"
android:persistent="false">
<!-- workaround for missing toolbar -->
<PreferenceCategory
android:title="@string/pref_screen_notification_profile_generic_chat"
/>
<ListPreference
android:defaultValue="@string/p_waterdrop"
android:entries="@array/vibration_profile"
@ -151,6 +171,11 @@
android:title="@string/pref_screen_notification_profile_generic_social"
android:persistent="false">
<!-- workaround for missing toolbar -->
<PreferenceCategory
android:title="@string/pref_screen_notification_profile_generic_social"
/>
<ListPreference
android:defaultValue="@string/p_waterdrop"
android:entries="@array/vibration_profile"
@ -176,6 +201,11 @@
android:title="@string/pref_screen_notification_profile_generic_navigation"
android:persistent="false">
<!-- workaround for missing toolbar -->
<PreferenceCategory
android:title="@string/pref_screen_notification_profile_generic_navigation"
/>
<ListPreference
android:defaultValue="@string/p_waterdrop"
android:entries="@array/vibration_profile"
@ -201,6 +231,11 @@
android:title="@string/pref_screen_notification_profile_generic"
android:persistent="false">
<!-- workaround for missing toolbar -->
<PreferenceCategory
android:title="@string/pref_screen_notification_profile_generic"
/>
<ListPreference
android:defaultValue="@string/p_waterdrop"
android:entries="@array/vibration_profile"