From 9cc30186cd770c17b99cc723489a162457b316b4 Mon Sep 17 00:00:00 2001 From: zlzw <583819556@qq.com> Date: Fri, 26 Jan 2024 14:10:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E4=BB=A4=E7=9B=B8=E5=85=B3UI=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/src/main/res/layout/item_battlepass_reward_type_top.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main/src/main/res/layout/item_battlepass_reward_type_top.xml b/main/src/main/res/layout/item_battlepass_reward_type_top.xml index 41d7e24bf..e08c02f28 100644 --- a/main/src/main/res/layout/item_battlepass_reward_type_top.xml +++ b/main/src/main/res/layout/item_battlepass_reward_type_top.xml @@ -152,6 +152,7 @@ android:id="@+id/tab_1_item_received" android:layout_width="49.5dp" android:layout_height="17dp" + android:layout_marginBottom="4dp" android:src="@mipmap/ic_zl_battlepass_reward_item_received" android:visibility="visible" app:layout_constraintBottom_toBottomOf="@id/tab_1_bg" @@ -277,6 +278,7 @@ android:id="@+id/tab_2_item_received" android:layout_width="49.5dp" android:layout_height="17dp" + android:layout_marginBottom="4dp" android:src="@mipmap/ic_zl_battlepass_reward_item_received" android:visibility="visible" app:layout_constraintBottom_toBottomOf="@id/tab_2_bg" @@ -398,7 +400,7 @@ android:id="@+id/tab_3_item_received" android:layout_width="49.5dp" android:layout_height="17dp" - android:layout_marginBottom="5dp" + android:layout_marginBottom="4dp" android:src="@mipmap/ic_zl_battlepass_reward_item_received" android:visibility="visible" app:layout_constraintBottom_toBottomOf="@id/tab_3_bg"