From 819940c20dfb8a0c797b3423a3c0a0c67c9fd955 Mon Sep 17 00:00:00 2001 From: hxb <hxb@hdlchina.com.cn> Date: 星期五, 27 十二月 2024 18:06:23 +0800 Subject: [PATCH] 处理后台运行被释放的问题 --- app/src/main/res/layout/me_change_password_line.xml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/me_change_password_line.xml b/app/src/main/res/layout/me_change_password_line.xml index 2b77f51..1a2fed3 100644 --- a/app/src/main/res/layout/me_change_password_line.xml +++ b/app/src/main/res/layout/me_change_password_line.xml @@ -17,8 +17,8 @@ android:layout_width="wrap_content" android:layout_height="@dimen/dp_20" android:layout_marginStart="@dimen/dp_20" - android:layout_marginTop="@dimen/dp_24" - android:textColor="@color/text_65000000" + android:layout_marginTop="@dimen/dp_21" + android:textColor="@color/text_E6FFFFFF" android:textSize="@dimen/text_14" /> @@ -46,9 +46,9 @@ android:inputType="textPassword" android:lines="1" android:maxLines="1" - android:textColor="@color/text_FF000000" - android:textColorHint="@color/text_25000000" - android:textSize="@dimen/text_16" /> + android:textColor="@color/text_E6FFFFFF" + android:textColorHint="@color/text_66FFFFFF" + android:textSize="@dimen/text_14" /> <ImageView android:id="@+id/me_psw_hide_iv" -- Gitblit v1.8.0