From d1d061a7f87a1ebc426c6eb522ea04918cd9d886 Mon Sep 17 00:00:00 2001
From: HuanChengFly <609486518@qq.com>
Date: Mon, 15 Feb 2021 22:07:21 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7?=
=?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=8D=A1=E7=89=87=E5=9B=9B=E8=A7=92=E5=BC=82?=
=?UTF-8?q?=E5=B8=B8=E9=98=B4=E5=BD=B1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/src/main/res/layout/item_user_like_forum.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app/src/main/res/layout/item_user_like_forum.xml b/app/src/main/res/layout/item_user_like_forum.xml
index 630ae591..77c8d9aa 100644
--- a/app/src/main/res/layout/item_user_like_forum.xml
+++ b/app/src/main/res/layout/item_user_like_forum.xml
@@ -12,6 +12,7 @@
app:materialCardBackgroundTint="@color/default_color_card"
app:contentPadding="16dp"
app:cardCornerRadius="8dp"
+ app:cardElevation="0dp"
app:strokeWidth="1dp"
app:strokeColor="@color/default_color_divider"
android:layout_width="match_parent"
@@ -24,11 +25,12 @@
android:id="@+id/forum_item_title"
android:layout_width="match_parent"
android:layout_height="wrap_content">
+
+ android:layout_width="@dimen/size_avatar_normal"
+ android:layout_height="@dimen/size_avatar_normal" />