Generate colors with material color generator

This commit is contained in:
Kirill Kamakin
2022-11-18 22:20:52 +01:00
parent e164d83258
commit ac0eb2bfd2
6 changed files with 72 additions and 80 deletions

View File

@@ -22,7 +22,6 @@
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"
style="@style/Widget.MaterialComponents.Toolbar.Primary"
android:theme="@style/ThemeOverlay.Toolbar"
android:layout_width="match_parent"
android:layout_height="?actionBarSize"
app:layout_scrollFlags="scroll|snap|enterAlways" />