Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b1a1bb8c authored by Edgar Wang's avatar Edgar Wang
Browse files

Adjust layout of Prevent Ringing

- Move MainSwitchPreference under Illustraction

Fixes: 189183308
Test: visual
Change-Id: Idf10a6269da6c75d5d90b2894c42727b81d12119
parent 7164ec88
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,15 +20,15 @@
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:title="@string/gesture_prevent_ringing_screen_title">

    <com.android.settingslib.widget.MainSwitchPreference
        android:key="gesture_prevent_ringing_switch" />

    <com.android.settings.widget.VideoPreference
        android:key="gesture_prevent_ringing_video"
        app:animation="@raw/gesture_prevent_ringing"
        app:preview="@drawable/gesture_prevent_ringing"
        app:controller="com.android.settings.widget.VideoPreferenceController" />

    <com.android.settingslib.widget.MainSwitchPreference
        android:key="gesture_prevent_ringing_switch" />

    <PreferenceCategory
        android:key="gesture_prevent_ringing_category"
        android:title="@string/gesture_prevent_ringing_title" />