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

@@ -4,7 +4,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/lightGray"
tools:context=".ui.recipes.RecipesListFragment">
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout

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" />

View File

@@ -8,7 +8,6 @@
android:layout_marginVertical="7dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="19dp"
app:cardBackgroundColor="@color/white"
app:shapeAppearance="@style/ShapeAppearance.AllCornersRounded">
<androidx.constraintlayout.widget.ConstraintLayout