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

Commit 7ca79908 authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Merge "Fix transparent view issue in page "Erase all data"" into qt-dev am: 317597ae

am: 7b3314ac

Change-Id: I55ec94b3f6af6eb8da77e60c04b4861a05c97a9c
parents 1235d1ac 7b3314ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:theme="@style/SudThemeGlifV3.DayNight"
    android:theme="@style/GlifV3Theme.Footer"
    android:icon="@drawable/ic_delete_accent"
    app:sucHeaderText="@string/master_clear_title">

+6 −1
Original line number Diff line number Diff line
@@ -112,6 +112,11 @@
        <item name="*android:lockPatternStyle">@style/LockPatternStyle.Setup</item>
    </style>

    <style name="GlifV3Theme.Footer" parent="@style/SudThemeGlifV3.DayNight">
        <item name="android:clipChildren">true</item>
        <item name="android:clipToPadding">true</item>
    </style>

    <style name="GlifV3Theme.Light" parent="SudThemeGlifV3.Light">
        <!-- For all AndroidX Alert Dialogs -->
        <item name="alertDialogTheme">@style/GlifV2ThemeAlertDialog.Light</item>