diff options
Diffstat (limited to 'app/src')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 092db9e8..c89d2599 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -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" |