From 45f471055e8788ecc5f530c3e562c727bfcb199a Mon Sep 17 00:00:00 2001
From: zlzw <583819556@qq.com>
Date: Thu, 18 Jan 2024 16:20:55 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AA=BF=E6=95=B4=E6=88=B0=E4=BB=A4=E7=9B=B8?=
=?UTF-8?q?=E9=97=9CUI?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/src/main/res/layout/promotion_elite_popup.xml | 4 ++--
.../main/res/layout/war_order_exchange_details_popup.xml | 8 +++++---
main/src/main/res/layout/item_battlepass_exchange.xml | 2 ++
.../main/res/layout/item_battlepass_reward_type_top.xml | 6 ++++++
4 files changed, 15 insertions(+), 5 deletions(-)
diff --git a/common/src/main/res/layout/promotion_elite_popup.xml b/common/src/main/res/layout/promotion_elite_popup.xml
index 7165f16bd..f26cb0a85 100644
--- a/common/src/main/res/layout/promotion_elite_popup.xml
+++ b/common/src/main/res/layout/promotion_elite_popup.xml
@@ -63,7 +63,7 @@
android:text="@string/upgrade_elite_type1"
android:textAllCaps="false"
android:textColor="#F36100"
- android:textSize="14sp" />
+ android:textSize="12sp" />
+ android:textSize="12sp" />
diff --git a/common/src/main/res/layout/war_order_exchange_details_popup.xml b/common/src/main/res/layout/war_order_exchange_details_popup.xml
index fd236ebaa..f0f97276a 100644
--- a/common/src/main/res/layout/war_order_exchange_details_popup.xml
+++ b/common/src/main/res/layout/war_order_exchange_details_popup.xml
@@ -32,10 +32,12 @@
android:layout_marginTop="19dp">
diff --git a/main/src/main/res/layout/item_battlepass_exchange.xml b/main/src/main/res/layout/item_battlepass_exchange.xml
index 86a44aed5..972dcda48 100644
--- a/main/src/main/res/layout/item_battlepass_exchange.xml
+++ b/main/src/main/res/layout/item_battlepass_exchange.xml
@@ -21,6 +21,7 @@
@@ -221,6 +225,8 @@
android:id="@+id/tab_3"
android:layout_width="0dp"
android:layout_height="0dp"
+ android:layout_marginBottom="14dp"
+ android:layout_margin="12dp"
android:src="@mipmap/ic_integral"
app:layout_constraintBottom_toBottomOf="@id/tab_3_bg"
app:layout_constraintEnd_toEndOf="parent"