mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-05 15:45:42 +02:00
Use NoBackgroundTheme for utility activities (#770)
This commit is contained in:
parent
4c461fb174
commit
9a77f6bbea
|
@ -95,7 +95,9 @@
|
|||
android:label="@string/pref_ssh_keygen_title"
|
||||
android:name=".sshkeygen.SshKeyGenActivity"
|
||||
android:windowSoftInputMode="adjustResize" />
|
||||
<activity android:name=".autofill.oreo.ui.AutofillDecryptActivity" />
|
||||
<activity
|
||||
android:name=".autofill.oreo.ui.AutofillDecryptActivity"
|
||||
android:theme="@style/NoBackgroundTheme" />
|
||||
<activity
|
||||
android:name=".autofill.oreo.ui.AutofillFilterView"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
|
@ -103,7 +105,7 @@
|
|||
android:theme="@style/DialogLikeTheme" />
|
||||
<activity
|
||||
android:name=".autofill.oreo.ui.AutofillSaveActivity"
|
||||
android:theme="@style/DialogLikeTheme"/>
|
||||
android:theme="@style/NoBackgroundTheme"/>
|
||||
<activity
|
||||
android:name=".autofill.oreo.ui.AutofillPublisherChangedActivity"
|
||||
android:configChanges="orientation|keyboardHidden"
|
||||
|
|
Loading…
Reference in a new issue