diff --git a/src/main/res/layout/product_item.xml b/src/main/res/layout/product_item.xml index beddc3c2..d5009618 100644 --- a/src/main/res/layout/product_item.xml +++ b/src/main/res/layout/product_item.xml @@ -4,10 +4,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="72dp" - app:cardBackgroundColor="?android:attr/colorBackground" - app:cardCornerRadius="@dimen/shape_large_corner" - app:cardElevation="0dp" - app:strokeWidth="0dp"> + style="?attr/materialCardViewFilledStyle"> + style="?attr/materialCardViewElevatedStyle"> @style/Theme.AppBarLayout @style/Theme.CollapsingToolbar @style/Theme.Toolbar + @style/Theme.Card + +