From ebc06a3ae3a42bd6ac1359a59c55d5e6f1a0e2f0 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期二, 26 三月 2024 16:18:08 +0800 Subject: [PATCH] 优化通讯 写卡界面添加二次确认 优化用户写卡逻辑,提高写卡速度。 --- app/src/main/res/layout/activity_recharge_detail.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/app/src/main/res/layout/activity_recharge_detail.xml b/app/src/main/res/layout/activity_recharge_detail.xml index a923fd1..3608404 100644 --- a/app/src/main/res/layout/activity_recharge_detail.xml +++ b/app/src/main/res/layout/activity_recharge_detail.xml @@ -43,6 +43,7 @@ android:layout_marginTop="15dp" android:text="鍏呭�奸噾棰濓細" android:textSize="@dimen/text_size" /> + <TextView android:id="@+id/red_remainder_blance" android:layout_width="match_parent" @@ -76,5 +77,16 @@ android:layout_marginTop="15dp" android:text="鍗$姸鎬侊細" android:textSize="@dimen/text_size" /> + + <TextView + android:id="@+id/tip" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginTop="20dp" + android:gravity="center" + android:text="鍏呭�兼垚鍔燂紒" + android:textColor="@color/red" + android:textSize="@dimen/text_size" /> </LinearLayout> + </LinearLayout> \ No newline at end of file -- Gitblit v1.8.0