diff options
-rw-r--r-- | app/src/main/res/layout/item_trending_search.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_trending_search.xml b/app/src/main/res/layout/item_trending_search.xml index c5bc3a66..78981af6 100644 --- a/app/src/main/res/layout/item_trending_search.xml +++ b/app/src/main/res/layout/item_trending_search.xml @@ -2,8 +2,13 @@ <com.google.android.material.card.MaterialCardView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="wrap_content" + xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_marginTop="8dp" - android:layout_marginBottom="8dp"> + android:layout_marginBottom="8dp" + android:layout_marginStart="16dp" + android:layout_marginEnd="16dp" + app:cardCornerRadius="24dp" + app:cardElevation="2dp"> <RelativeLayout android:id="@+id/image_wrapper_relative_layout_item_trending_search" |