From 1b637b7a77fb3e2f96a06a3be91412410f71cd49 Mon Sep 17 00:00:00 2001 From: zlzw <583819556@qq.com> Date: Thu, 25 May 2023 14:18:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=BE=A9=E5=BC=80=E5=B1=8F=E5=8A=A8?= =?UTF-8?q?=E6=80=81=E8=81=9A=E7=84=A6banner=E6=9C=89=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E6=BA=A2=E5=87=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/src/main/res/layout/item_main_home_live_head.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/src/main/res/layout/item_main_home_live_head.xml b/main/src/main/res/layout/item_main_home_live_head.xml index 17dd2fa24..36b611239 100644 --- a/main/src/main/res/layout/item_main_home_live_head.xml +++ b/main/src/main/res/layout/item_main_home_live_head.xml @@ -16,6 +16,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:paddingTop="0dp" + android:layout_marginStart="10dp" + android:layout_marginEnd="10dp" android:layout_marginBottom="5dp" android:layout_marginTop="5dp" android:scaleType="centerCrop"