From 3e904bfa8a1bb53dcf461e5c717f9b808e179245 Mon Sep 17 00:00:00 2001
From: wjc <1243177876@qq.com>
Date: 星期三, 08 一月 2025 16:27:48 +0800
Subject: [PATCH] 2025年01月08日16:27:46
---
app/src/main/res/layout/me_change_password_line.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 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 76c444d..1a2fed3 100644
--- a/app/src/main/res/layout/me_change_password_line.xml
+++ b/app/src/main/res/layout/me_change_password_line.xml
@@ -18,7 +18,7 @@
android:layout_height="@dimen/dp_20"
android:layout_marginStart="@dimen/dp_20"
android:layout_marginTop="@dimen/dp_21"
- android:textColor="@color/text_65000000"
+ 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_E6000000"
- android:textColorHint="@color/text_66000000"
- 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