Add Dialog to change theme.

This commit is contained in:
2020-08-19 23:38:53 +02:00
parent 2c07e433e0
commit 26495f11a3
7 changed files with 60 additions and 5 deletions

View File

@@ -1,10 +1,11 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<style name="AppTheme" parent="Theme.AppCompat.DayNight">
<!-- 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.NoActionBar">