2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-03 23:15:31 +00:00

[fenix] Android Autofill: Use AppCompat theme for UnlockActivity.

This commit is contained in:
Sebastian Kaspari 2021-08-13 16:26:17 +02:00 committed by mergify[bot]
parent 3dc3db856c
commit 7e548348e3
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
<activity android:name=".autofill.AutofillUnlockActivity" <activity android:name=".autofill.AutofillUnlockActivity"
android:exported="false" android:exported="false"
android:theme="@android:style/Theme.Translucent.NoTitleBar" /> android:theme="@style/Theme.AppCompat.Translucent" />
<activity android:name=".autofill.AutofillConfirmActivity" <activity android:name=".autofill.AutofillConfirmActivity"
android:exported="false" android:exported="false"

View File

@ -22,7 +22,7 @@
<activity android:name=".autofill.AutofillUnlockActivity" <activity android:name=".autofill.AutofillUnlockActivity"
android:exported="false" android:exported="false"
android:theme="@android:style/Theme.Translucent.NoTitleBar" /> android:theme="@style/Theme.AppCompat.Translucent" />
<activity android:name=".autofill.AutofillConfirmActivity" <activity android:name=".autofill.AutofillConfirmActivity"
android:exported="false" android:exported="false"

View File

@ -6,7 +6,7 @@
<activity android:name=".autofill.AutofillUnlockActivity" <activity android:name=".autofill.AutofillUnlockActivity"
android:exported="false" android:exported="false"
android:theme="@android:style/Theme.Translucent.NoTitleBar" /> android:theme="@style/Theme.AppCompat.Translucent" />
<activity android:name=".autofill.AutofillConfirmActivity" <activity android:name=".autofill.AutofillConfirmActivity"
android:exported="false" android:exported="false"