Skip to content

Commit

Permalink
Use the DayNight theme in the demo
Browse files Browse the repository at this point in the history
  • Loading branch information
DeweyReed committed Jan 27, 2024
1 parent 5234440 commit ed873ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Base application theme. -->
<!--<style name="AppTheme" parent="Theme.MaterialComponents">-->
<style name="AppTheme" parent="Theme.MaterialComponents.Light.DarkActionBar">
<style name="AppTheme" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
Expand Down

0 comments on commit ed873ed

Please sign in to comment.