Messaging: Style the SwitchPreferences

Use the newer style of A15

Change-Id: I75a0e54f70f837d21d3aaa746f2e0ec7af226eda
This commit is contained in:
Michael W
2024-12-26 15:54:35 +01:00
parent 1914db5ea4
commit 5ed268cee1
6 changed files with 33 additions and 8 deletions
+2 -2
View File
@@ -37,7 +37,7 @@
</intent>
</PreferenceScreen>
<CheckBoxPreference
<SwitchPreferenceCompat
android:key="@string/send_sound_pref_key"
android:title="@string/send_sound_pref_title"
android:defaultValue="@bool/send_sound_pref_default"
@@ -48,7 +48,7 @@
android:title="@string/notifications_pref_title"
android:persistent="true" />
<SwitchPreference
<SwitchPreferenceCompat
android:key="@string/swipe_right_deletes_conversation_key"
android:title="@string/swipe_to_delete_conversation_pref_title"
android:summary="@string/swipe_to_delete_conversation_pref_summary"