From e1577f14dc7ac4fe8b8df851e63ae7e3aebf72a7 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期四, 31 十月 2024 16:02:14 +0800 Subject: [PATCH] 2024年10月31日16:02:10 --- app/src/main/res/layout/me_change_password_line.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 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..76c444d 100644 --- a/app/src/main/res/layout/me_change_password_line.xml +++ b/app/src/main/res/layout/me_change_password_line.xml @@ -17,7 +17,7 @@ android:layout_width="wrap_content" android:layout_height="@dimen/dp_20" android:layout_marginStart="@dimen/dp_20" - android:layout_marginTop="@dimen/dp_24" + android:layout_marginTop="@dimen/dp_21" android:textColor="@color/text_65000000" android:textSize="@dimen/text_14" /> @@ -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 -- Gitblit v1.8.0