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/pickerview_choose.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/pickerview_choose.xml b/app/src/main/res/layout/pickerview_choose.xml index 05d4fa4..109f32c 100644 --- a/app/src/main/res/layout/pickerview_choose.xml +++ b/app/src/main/res/layout/pickerview_choose.xml @@ -7,7 +7,7 @@ <RelativeLayout android:layout_width="match_parent" - android:background="@color/white" + android:background="#ffffff" android:layout_height="45dp"> <TextView @@ -17,8 +17,8 @@ android:layout_marginLeft="20dp" android:gravity="center" android:text="鍙� 娑�" - android:textColor="@color/choose_grey" - android:textSize="@dimen/choose_pop_text" /> + android:textColor="@color/title_bg" + android:textSize="19sp" /> <TextView android:id="@+id/bt_add" @@ -28,8 +28,8 @@ android:layout_marginRight="20dp" android:gravity="center" android:text="纭� 瀹�" - android:textColor="@color/title_color" - android:textSize="@dimen/choose_pop_text" /> + android:textColor="@color/title_bg" + android:textSize="19sp" /> </RelativeLayout> -- Gitblit v1.8.0