Merge "Fix transparent view issue in page "Erase all data"" into qt-dev
am: 317597ae6a
Change-Id: I1ba4258bc545df55dee5066f3c6e5c72b10b0735
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:theme="@style/SudThemeGlifV3.DayNight"
|
android:theme="@style/GlifV3Theme.Footer"
|
||||||
android:icon="@drawable/ic_delete_accent"
|
android:icon="@drawable/ic_delete_accent"
|
||||||
app:sucHeaderText="@string/master_clear_title">
|
app:sucHeaderText="@string/master_clear_title">
|
||||||
|
|
||||||
|
@@ -112,6 +112,11 @@
|
|||||||
<item name="*android:lockPatternStyle">@style/LockPatternStyle.Setup</item>
|
<item name="*android:lockPatternStyle">@style/LockPatternStyle.Setup</item>
|
||||||
</style>
|
</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">
|
<style name="GlifV3Theme.Light" parent="SudThemeGlifV3.Light">
|
||||||
<!-- For all AndroidX Alert Dialogs -->
|
<!-- For all AndroidX Alert Dialogs -->
|
||||||
<item name="alertDialogTheme">@style/GlifV2ThemeAlertDialog.Light</item>
|
<item name="alertDialogTheme">@style/GlifV2ThemeAlertDialog.Light</item>
|
||||||
|
Reference in New Issue
Block a user