Skip to content

Commit

Permalink
remove theme parameters duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
sdex committed Nov 21, 2022
1 parent bac952c commit a97587b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<!-- activities themes -->

<style name="Base.V0.AppTheme" parent="Theme.Material3.DayNight.NoActionBar">
<item name="windowNoTitle">true</item>
<item name="windowActionModeOverlay">true</item>
<item name="colorPrimary">@color/md_theme_primary</item>
<item name="colorOnPrimary">@color/md_theme_onPrimary</item>
<item name="colorPrimaryContainer">@color/md_theme_primaryContainer</item>
Expand Down

0 comments on commit a97587b

Please sign in to comment.