From f418307047567c1d23bef26f6ce11e535e72c630 Mon Sep 17 00:00:00 2001 From: Steven Laver Date: Tue, 26 Nov 2024 16:55:57 -0800 Subject: [PATCH] Animate in the authorization dialogs to spec --- SeedVaultSimulator/src/main/AndroidManifest.xml | 2 +- .../solanamobile/seedvaultimpl/ui/AuthorizeActivity.kt | 4 ++++ .../seedvaultimpl/ui/authorize/AuthorizeContents.kt | 1 + SeedVaultSimulator/src/main/res/values/themes.xml | 10 +++++----- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/SeedVaultSimulator/src/main/AndroidManifest.xml b/SeedVaultSimulator/src/main/AndroidManifest.xml index d95c6816..94226f04 100644 --- a/SeedVaultSimulator/src/main/AndroidManifest.xml +++ b/SeedVaultSimulator/src/main/AndroidManifest.xml @@ -102,7 +102,7 @@ android:name=".ui.AuthorizeActivity" android:finishOnCloseSystemDialogs="true" android:noHistory="true" - android:theme="@style/Theme.SeedVaultImpl.Transparent" /> + android:theme="@style/Theme.SeedVaultImpl.NoActionBar.Transparent" /> + @null \ No newline at end of file