Skip to content

Commit 6bb3384

Browse files
authored
fix(ui/AuthenticationPromptActivity): bring back translucency (#61)
After SDK 35, the Theme.DeviceDefault.Settings.Dialog.NoActionBar theme seems to not have any translucency anymore when we display the authentication dialog. As of built-in Settings app, the Theme.Translucent.NoTitleBar theme should be used for credential's indented activities. It's also a non-private theme.
1 parent 28da048 commit 6bb3384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
android:name=".ui.AuthenticationPromptActivity"
154154
android:excludeFromRecents="true"
155155
android:exported="false"
156-
android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar">
156+
android:theme="@android:style/Theme.Translucent.NoTitleBar">
157157
</activity>
158158

159159
<service

0 commit comments

Comments
 (0)