From 2fece6551faab0402e7ed53658a60d2256e7a5be Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期四, 12 六月 2025 14:58:56 +0800
Subject: [PATCH] feat(generallibrary): 新增挂失功能并优化相关界面- 新增 LossCardActivity 和 CardWriteSuccessActivity - 实现卡片挂失功能和写卡成功页面 - 优化充值界面布局- 调整卡片信息显示逻辑 - 修复部分 UI样式问题

---
 baselibrary/src/main/res/layout/custom_titlebar.xml |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/baselibrary/src/main/res/layout/custom_titlebar.xml b/baselibrary/src/main/res/layout/custom_titlebar.xml
index 693296c..ca1e8c3 100644
--- a/baselibrary/src/main/res/layout/custom_titlebar.xml
+++ b/baselibrary/src/main/res/layout/custom_titlebar.xml
@@ -84,14 +84,14 @@
             android:layout_weight="2"
             android:background="@null"
             android:gravity="center_vertical|right"
-            android:orientation="horizontal"
-            android:paddingRight="15dp">
+            android:orientation="horizontal">
 
 
             <TextView
                 android:id="@+id/tv_titlebar_right"
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
+                android:layout_marginRight="15dp"
                 android:background="@null"
                 android:text="瀹屾垚"
                 android:textColor="#ffffff"
@@ -103,6 +103,9 @@
                 android:layout_width="wrap_content"
                 android:layout_height="wrap_content"
                 android:background="@null"
+                android:paddingLeft="5dp"
+                android:paddingTop="10dp"
+                android:paddingBottom="10dp"
                 android:src="@null"
                 android:visibility="visible" />
         </LinearLayout>

--
Gitblit v1.8.0