Base startup theme on dark theme

This commit is contained in:
cketti 2019-05-28 03:54:17 +02:00
parent cddf57d62e
commit 119dea66cc

View file

@ -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>