Merge "Adjust layout of Prevent Ringing" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-05-31 11:40:45 +00:00
committed by Android (Google) Code Review

View File

@@ -20,15 +20,15 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:title="@string/gesture_prevent_ringing_screen_title"> android:title="@string/gesture_prevent_ringing_screen_title">
<com.android.settingslib.widget.MainSwitchPreference
android:key="gesture_prevent_ringing_switch" />
<com.android.settings.widget.VideoPreference <com.android.settings.widget.VideoPreference
android:key="gesture_prevent_ringing_video" android:key="gesture_prevent_ringing_video"
app:animation="@raw/gesture_prevent_ringing" app:animation="@raw/gesture_prevent_ringing"
app:preview="@drawable/gesture_prevent_ringing" app:preview="@drawable/gesture_prevent_ringing"
app:controller="com.android.settings.widget.VideoPreferenceController" /> app:controller="com.android.settings.widget.VideoPreferenceController" />
<com.android.settingslib.widget.MainSwitchPreference
android:key="gesture_prevent_ringing_switch" />
<PreferenceCategory <PreferenceCategory
android:key="gesture_prevent_ringing_category" android:key="gesture_prevent_ringing_category"
android:title="@string/gesture_prevent_ringing_title" /> android:title="@string/gesture_prevent_ringing_title" />