Minor UI tweaks in TrendingActivity.

This commit is contained in:
Alex Ning 2021-07-18 22:29:37 +08:00
parent e2fa6e5ecb
commit 00917fc1c1

View File

@ -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"