release 0.4.0 #34

Merged
Seil0 merged 29 commits from develop into master 2021-03-04 20:38:30 +01:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit b02fadaa89 - Show all commits

View File

@ -19,6 +19,9 @@
<item name="buttonBackground">@color/buttonBackgroundLight</item>
<item name="md_background_color">@color/themeSecondaryLight</item>
<item name="md_color_content">@color/textSecondaryLight</item>
<!-- without this, the unchecked single choice buttons while be white -->
<item name="md_color_widget_unchecked">@color/textSecondaryLight</item>
</style>
<style name="AppTheme.Dark" parent="AppTheme">