Replace action bar with material toolbar

This commit is contained in:
Kirill Kamakin
2021-11-14 09:41:30 +03:00
parent 587b9609c3
commit 1a136b6ade
4 changed files with 23 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.Mealie" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<style name="Theme.Mealie" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_200</item>
<item name="colorPrimaryVariant">@color/purple_700</item>