mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-09-03 07:45:08 +00:00
Use NoBackgroundTheme for utility activities (#770)
This commit is contained in:
@@ -95,7 +95,9 @@
|
|||||||
android:label="@string/pref_ssh_keygen_title"
|
android:label="@string/pref_ssh_keygen_title"
|
||||||
android:name=".sshkeygen.SshKeyGenActivity"
|
android:name=".sshkeygen.SshKeyGenActivity"
|
||||||
android:windowSoftInputMode="adjustResize" />
|
android:windowSoftInputMode="adjustResize" />
|
||||||
<activity android:name=".autofill.oreo.ui.AutofillDecryptActivity" />
|
<activity
|
||||||
|
android:name=".autofill.oreo.ui.AutofillDecryptActivity"
|
||||||
|
android:theme="@style/NoBackgroundTheme" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".autofill.oreo.ui.AutofillFilterView"
|
android:name=".autofill.oreo.ui.AutofillFilterView"
|
||||||
android:configChanges="orientation|keyboardHidden"
|
android:configChanges="orientation|keyboardHidden"
|
||||||
@@ -103,7 +105,7 @@
|
|||||||
android:theme="@style/DialogLikeTheme" />
|
android:theme="@style/DialogLikeTheme" />
|
||||||
<activity
|
<activity
|
||||||
android:name=".autofill.oreo.ui.AutofillSaveActivity"
|
android:name=".autofill.oreo.ui.AutofillSaveActivity"
|
||||||
android:theme="@style/DialogLikeTheme"/>
|
android:theme="@style/NoBackgroundTheme"/>
|
||||||
<activity
|
<activity
|
||||||
android:name=".autofill.oreo.ui.AutofillPublisherChangedActivity"
|
android:name=".autofill.oreo.ui.AutofillPublisherChangedActivity"
|
||||||
android:configChanges="orientation|keyboardHidden"
|
android:configChanges="orientation|keyboardHidden"
|
||||||
|
Reference in New Issue
Block a user