EtchDroid/app/src/main/res/values-notnight/styles.xml

10 lines
268 B
XML

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