From d7ff801372431e64aee8f68ece4b8532cffb2207 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期二, 02 七月 2024 18:32:49 +0800 Subject: [PATCH] 2024年07月02日18:32:40 --- app/src/main/res/layout/me_change_password_line.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 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 4d99746..ddc2d9e 100644 --- a/app/src/main/res/layout/me_change_password_line.xml +++ b/app/src/main/res/layout/me_change_password_line.xml @@ -46,8 +46,8 @@ android:inputType="textPassword" android:lines="1" android:maxLines="1" - android:textColor="@color/text_FF000000" - android:textColorHint="@color/text_25000000" + android:textColor="@color/text_E6000000" + android:textColorHint="@color/text_66000000" android:textSize="@dimen/text_16" /> <ImageView @@ -60,6 +60,7 @@ android:src="@drawable/hide" /> <View + android:id="@+id/line_v" android:layout_width="match_parent" android:layout_height="0.5dp" android:layout_alignParentBottom="true" -- Gitblit v1.8.0