|
@@ -64,14 +64,16 @@
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
|
android:id="@+id/home_toolbar"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="45dp"
|
|
|
+ android:layout_height="match_parent"
|
|
|
android:layout_marginStart="16dp"
|
|
|
- android:layout_marginTop="6dp"
|
|
|
+ android:layout_marginTop="4dp"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
+ android:layout_marginBottom="4dp"
|
|
|
android:visibility="gone"
|
|
|
app:background="@color/appbar"
|
|
|
- app:strokeColor="@color/stroke_home_toolbar"
|
|
|
- app:strokeWidth="1dp">
|
|
|
+ app:cardCornerRadius="8dp"
|
|
|
+ app:cardElevation="6dp"
|
|
|
+ app:strokeWidth="0dp">
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
android:layout_width="match_parent"
|