From 9c67fc611daf6f9cb7c05f72d598543bff2d26f1 Mon Sep 17 00:00:00 2001
From: mac <user@users-MacBook-Pro.local>
Date: 星期五, 25 十月 2024 11:23:17 +0800
Subject: [PATCH] s2024年10月25日11:23:14

---
 app/src/main/res/layout/me_change_password_line.xml |    7 ++++---
 1 files changed, 4 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 4d99746..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
@@ -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