From 80e93f99813ce0873b1cf17266c226fa73522dee Mon Sep 17 00:00:00 2001 From: 18401019693 Date: Mon, 10 Apr 2023 11:54:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E6=B3=A8=E6=B6=88=E6=81=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- live/src/main/res/layout/item_live_chat.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/live/src/main/res/layout/item_live_chat.xml b/live/src/main/res/layout/item_live_chat.xml index 4f61b832a..0f04421ea 100644 --- a/live/src/main/res/layout/item_live_chat.xml +++ b/live/src/main/res/layout/item_live_chat.xml @@ -203,6 +203,8 @@ android:layout_height="match_parent" android:layout_weight="1" android:layout_gravity="center_vertical" + android:clickable="false" + android:enabled="false" android:layout_marginTop="3dp" android:layout_marginBottom="3dp" android:gravity="center_vertical"