Skip to content

Commit

Permalink
Use .DayNight theme variant to pick up proper background color (#34744)
Browse files Browse the repository at this point in the history
  • Loading branch information
hypest authored Sep 14, 2021
1 parent 41e1ca8 commit df8b97a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<resources>

<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<!-- Customize your theme here. -->
</style>

Expand Down

0 comments on commit df8b97a

Please sign in to comment.