|
|
@@ -63,9 +63,10 @@
|
|
|
<com.google.android.material.card.MaterialCardView
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
- android:layout_marginStart="@dimen/divider_12px"
|
|
|
- android:layout_marginTop="@dimen/divider_33px"
|
|
|
- android:layout_marginEnd="@dimen/divider_32px"
|
|
|
+ android:layout_marginStart="@dimen/divider_21px"
|
|
|
+ android:layout_marginTop="@dimen/divider_24px"
|
|
|
+ android:layout_marginEnd="@dimen/divider_22px"
|
|
|
+ android:layout_marginBottom="@dimen/divider_21px"
|
|
|
android:theme="@style/Theme.MaterialComponents.NoActionBar"
|
|
|
app:cardBackgroundColor="@android:color/white"
|
|
|
app:cardCornerRadius="@dimen/divider_28px"
|
|
|
@@ -269,7 +270,5 @@
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
</com.google.android.material.card.MaterialCardView>
|
|
|
-
|
|
|
-
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
</layout>
|