EtchDroid/app/src/main/res/values-notnight/styles.xml
2018-09-30 18:12:21 +02:00

11 lines
352 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Light application theme. -->
<style name="MaterialAppBaseTheme" parent="Theme.AppCompat.Light.NoActionBar"/>
<style name="DarkThemeOverlayBase">
<item name="android:windowBackground">@color/background</item>
</style>
<style name="CardContentStyleBase"/>
</resources>