Migrate xml to SwitchPreferenceCompat

Bug: 285231003
Test: manual - on affected pages
Change-Id: I83283fcc4b241596a8f0cdf5299417bce2810d0c
This commit is contained in:
Chaohui Wang
2023-10-25 14:22:20 +08:00
parent e752f7214b
commit 70c4dcd507
81 changed files with 242 additions and 244 deletions

View File

@@ -49,21 +49,21 @@
android:key="dashboard_tile_placeholder"
android:order="130"/>
<SwitchPreference
<SwitchPreferenceCompat
android:key="auto_sync_account_data"
android:title="@string/auto_sync_account_title"
android:summary="@string/auto_sync_account_summary"
android:order="202"
settings:allowDividerAbove="true"/>
<SwitchPreference
<SwitchPreferenceCompat
android:key="auto_sync_work_account_data"
android:title="@string/account_settings_menu_auto_sync_work"
android:summary="@string/auto_sync_account_summary"
settings:forWork="true"
android:order="203"/>
<SwitchPreference
<SwitchPreferenceCompat
android:key="auto_sync_personal_account_data"
android:title="@string/account_settings_menu_auto_sync_personal"
android:summary="@string/auto_sync_account_summary"