Merge "Migrate SyncStateSwitchPreference to SwitchPreferenceCompat" into main

This commit is contained in:
Chaohui Wang
2023-10-26 22:51:23 +00:00
committed by Android (Google) Code Review
4 changed files with 9 additions and 15 deletions

View File

@@ -38,11 +38,5 @@
android:layout_marginEnd="8dip"
android:contentDescription="@string/sync_active" />
<Switch
android:id="@android:id/switch_widget"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:focusable="false"
android:clickable="false" />
<include layout="@layout/preference_widget_switch_compat" />
</LinearLayout>