updating some more basic generic code

This commit is contained in:
tibbi
2020-05-06 21:48:03 +02:00
parent 2886b2fb76
commit 5939f99669
10 changed files with 79 additions and 17 deletions

View File

@@ -1,11 +1,5 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
</style>
<style name="AppTheme" parent="AppTheme.Base" />
</resources>