Skip to content

Commit

Permalink
feat(android-template): use DayNight theme as default (#5643)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed May 26, 2022
1 parent 2d9d0a7 commit 9d76869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-template/app/src/main/res/values/styles.xml
Expand Up @@ -9,7 +9,7 @@
<item name="colorAccent">@color/colorAccent</item>
</style>

<style name="AppTheme.NoActionBar" parent="Theme.AppCompat.NoActionBar">
<style name="AppTheme.NoActionBar" parent="Theme.AppCompat.DayNight.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>
<item name="android:background">@null</item>
Expand Down

0 comments on commit 9d76869

Please sign in to comment.