fix home card color in dark

This commit is contained in:
h4h13 2019-10-12 11:09:36 +05:30
parent b9e3483a47
commit b73fb9dbc3
6 changed files with 6 additions and 3 deletions

View file

@ -111,6 +111,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/toolbar_margin_horizontal"
android:layout_marginEnd="@dimen/toolbar_margin_horizontal"
app:cardBackgroundColor="?colorPrimary"
app:cardElevation="8dp"
app:shapeAppearanceOverlay="@style/TopCornerCardView">