aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-07-18 14:29:37 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-07-18 14:29:37 +0000
commit00917fc1c19d7aee510062ca0830505399f8fc24 (patch)
treeee053fc717d95b37109983755e5bf6eabbaf1f9d /app
parente2fa6e5ecb933d8c3d82054969b987961b354dcf (diff)
downloadinfinity-for-reddit-00917fc1c19d7aee510062ca0830505399f8fc24.tar
infinity-for-reddit-00917fc1c19d7aee510062ca0830505399f8fc24.tar.gz
infinity-for-reddit-00917fc1c19d7aee510062ca0830505399f8fc24.tar.bz2
infinity-for-reddit-00917fc1c19d7aee510062ca0830505399f8fc24.tar.lz
infinity-for-reddit-00917fc1c19d7aee510062ca0830505399f8fc24.tar.xz
infinity-for-reddit-00917fc1c19d7aee510062ca0830505399f8fc24.tar.zst
infinity-for-reddit-00917fc1c19d7aee510062ca0830505399f8fc24.zip
Minor UI tweaks in TrendingActivity.
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/item_trending_search.xml7
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"