mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-23 10:11:52 +03:00
fix to launch theme
This commit is contained in:
parent
c7f3aa4557
commit
d40a2b6bd4
@ -1,5 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="LaunchTheme" parent="LaunchThemeBase">
|
||||
<item name="android:navigationBarColor">@android:color/transparent</item>
|
||||
</style>
|
||||
|
||||
<style name="NormalTheme" parent="Theme.MaterialComponents.DayNight">
|
||||
<item name="android:defaultFocusHighlightEnabled">false</item>
|
||||
<item name="android:navigationBarColor">@android:color/transparent</item>
|
||||
|
@ -1,17 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<style name="LaunchTheme" parent="Theme.MaterialComponents.DayNight">
|
||||
|
||||
<style name="LaunchThemeBase" parent="Theme.MaterialComponents.DayNight">
|
||||
<item name="colorPrimary">@color/yubico_green</item>
|
||||
<item name="colorPrimaryVariant">@color/yubico_green</item>
|
||||
<item name="colorPrimaryDark">@color/yubico_green</item>
|
||||
<item name="android:windowBackground">@drawable/launch_background</item>
|
||||
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
||||
<item name="android:windowTranslucentStatus">true</item>
|
||||
<item name="android:navigationBarColor">@color/yubico_green</item>
|
||||
<item name="android:windowLightNavigationBar" tools:targetApi="27">false</item>
|
||||
<item name="android:fitsSystemWindows">false</item>
|
||||
</style>
|
||||
|
||||
<style name="LaunchTheme" parent="LaunchThemeBase">
|
||||
<item name="android:navigationBarColor">@color/yubico_green</item>
|
||||
</style>
|
||||
|
||||
<style name="NormalTheme" parent="Theme.MaterialComponents.DayNight">
|
||||
<item name="android:windowBackground">?android:colorBackground</item>
|
||||
<item name="android:windowDrawsSystemBarBackgrounds">false</item>
|
||||
|
Loading…
Reference in New Issue
Block a user