Base startup theme on dark theme
This commit is contained in:
parent
cddf57d62e
commit
119dea66cc
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools">
|
||||
|
||||
<style name="Theme.K9.Startup" parent="Theme.AppCompat.Light.NoActionBar">
|
||||
<style name="Theme.K9.Startup" parent="Theme.K9.Dark">
|
||||
<item name="android:windowBackground">@android:color/black</item>
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in a new issue