Messaging: Style the SwitchPreferences
Use the newer style of A15 Change-Id: I75a0e54f70f837d21d3aaa746f2e0ec7af226eda
This commit is contained in:
@@ -30,13 +30,13 @@
|
||||
android:key="@string/mms_phone_number_pref_key"
|
||||
android:title="@string/mms_phone_number_pref_title" />
|
||||
|
||||
<CheckBoxPreference
|
||||
<SwitchPreferenceCompat
|
||||
android:key="@string/auto_retrieve_mms_pref_key"
|
||||
android:title="@string/auto_retrieve_mms_pref_title"
|
||||
android:summary="@string/auto_retrieve_mms_pref_summary"
|
||||
android:defaultValue="@bool/auto_retrieve_mms_pref_default" />
|
||||
|
||||
<CheckBoxPreference
|
||||
<SwitchPreferenceCompat
|
||||
android:key="@string/auto_retrieve_mms_when_roaming_pref_key"
|
||||
android:dependency="@string/auto_retrieve_mms_pref_key"
|
||||
android:title="@string/auto_retrieve_mms_when_roaming_pref_title"
|
||||
@@ -49,7 +49,7 @@
|
||||
android:key="@string/advanced_category_pref_key"
|
||||
android:title="@string/advanced_category_pref_title">
|
||||
|
||||
<CheckBoxPreference
|
||||
<SwitchPreferenceCompat
|
||||
android:key="@string/delivery_reports_pref_key"
|
||||
android:title="@string/delivery_reports_pref_title"
|
||||
android:summary="@string/delivery_reports_pref_summary"
|
||||
|
||||
Reference in New Issue
Block a user