From 4ceacd9e21e09989287e8dc4e526d182091af282 Mon Sep 17 00:00:00 2001 From: zuoxiao <lf_zuo@163.com> Date: 星期四, 26 六月 2025 13:39:52 +0800 Subject: [PATCH] feat(nfc): 优化 NFC卡片处理流程 --- generallibrary/src/main/res/layout/fragment_recharge.xml | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/generallibrary/src/main/res/layout/fragment_recharge.xml b/generallibrary/src/main/res/layout/fragment_recharge.xml index 0edf2a1..8d8c8fe 100644 --- a/generallibrary/src/main/res/layout/fragment_recharge.xml +++ b/generallibrary/src/main/res/layout/fragment_recharge.xml @@ -4,12 +4,19 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/base_green_bg"> - + <com.dayu.baselibrary.view.TitleBar + android:id="@+id/titleBar" + android:layout_width="match_parent" + android:layout_height="@dimen/dimen_title_height" + android:background="@color/title_bar_bg" + android:elevation="4dp" + app:centerText="鍏呭��" /> <LinearLayout android:id="@+id/recharge_read_LL" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center" + android:layout_below="@+id/titleBar" android:orientation="vertical" android:visibility="visible"> @@ -65,14 +72,13 @@ android:scaleType="fitCenter" android:src="@mipmap/nfc_write" /> - <!-- 鏄剧ず璇诲埌鐨勫崱鍙� --> <TextView android:id="@+id/red_initCode" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="20dp" android:gravity="center" - android:text="" + android:text="璇蜂繚鎸佹墜鎸佹満鍜屽崱鐗囦笉瑕佺Щ鍔�" android:textColor="#333333" android:textSize="@dimen/new_card_size" android:textStyle="bold" /> -- Gitblit v1.8.0