Compare commits

..

No commits in common. "e7e630921d7ea1b34005bb35a7635fe98e400258" and "773c155d0c05c29b0cb51172c3600e5580249914" have entirely different histories.

2 changed files with 2 additions and 9 deletions

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Bookkeeping" parent="android:Theme.Material.NoActionBar">
<item name="android:windowBackground">@android:color/black</item>
</style>
</resources>

View File

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Bookkeeping" parent="android:Theme.Material.Light.NoActionBar">
<item name="android:windowBackground">@android:color/white</item>
</style>
<style name="Theme.Bookkeeping" parent="android:Theme.Material.Light.NoActionBar" />
</resources>