Updated on 2026-08-14

This commit is contained in:
Tangem 2023-06-08 19:28:01 +03:00
parent e1bb22534d
commit bd217bf4a5
8 changed files with 42 additions and 4 deletions

View file

@ -12,6 +12,12 @@
<style name="AppTheme" parent="BaseAppTheme" />
<style name="SplashTheme" parent="Theme.SplashScreen">
<item name="windowSplashScreenBackground">@color/background_splash</item>
<item name="windowSplashScreenAnimatedIcon">@drawable/inset_splash</item>
<item name="postSplashScreenTheme">@style/AppTheme</item>
</style>
<!-- Toolbar -->
<!-- Toolbar - overrides the menu text color to use a selector that responds to whether it's enabled or not -->