1
0
mirror of https://github.com/XFox111/GUTSchedule.git synced 2026-04-22 06:58:01 +03:00

Fixed invisible dialog elements on Android

This commit is contained in:
Michael Gordeev
2020-02-11 17:59:16 +03:00
parent 43bb9a6f4f
commit 35af57e033
3 changed files with 5 additions and 4 deletions
@@ -10,12 +10,11 @@
</style>
<style name="AppTheme.Light.SplashScreen" parent="AppTheme.Light">
<item name="windowActionBar">false</item>
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:navigationBarColor">@color/colorPrimary</item>
<item name="android:windowLightNavigationBar">false</item>
<item name="android:windowBackground">@color/colorPrimary</item>
<item name="android:textColor">@android:color/white</item>
<item name="android:indeterminateTint">@android:color/white</item>
</style>
</resources>