From e7d11530a6fef4c623225a8e48614422bcb282dc Mon Sep 17 00:00:00 2001
From: lvmeng <848755140@qq.com>
Date: Wed, 18 Mar 2026 15:55:06 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E4=BF=AE=E6=94=B9?=
=?UTF-8?q?=E6=B6=88=E8=B4=B9=E7=A0=81=E8=BE=93=E5=85=A5=E6=A1=86=E4=B8=BA?=
=?UTF-8?q?=E5=AF=86=E7=A0=81=E6=A8=A1=E5=BC=8F=EF=BC=8C=E6=B7=BB=E5=8A=A0?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA/=E9=9A=90=E8=97=8F=E5=AF=86=E7=A0=81?=
=?UTF-8?q?=E5=88=87=E6=8D=A2=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/src/main/res/drawable/ic_eye_close.xml | 18 ++++++++++++---
app/src/main/res/drawable/ic_eye_open.xml | 26 +++++++++++++++++-----
2 files changed, 35 insertions(+), 9 deletions(-)
diff --git a/app/src/main/res/drawable/ic_eye_close.xml b/app/src/main/res/drawable/ic_eye_close.xml
index 16c0bad..0c66e7e 100644
--- a/app/src/main/res/drawable/ic_eye_close.xml
+++ b/app/src/main/res/drawable/ic_eye_close.xml
@@ -4,8 +4,20 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
-
+
+ android:fillColor="@android:color/transparent"
+ android:strokeColor="@android:color/black"
+ android:strokeWidth="1.5"
+ android:strokeLineCap="round"
+ android:strokeLineJoin="round"
+ android:pathData="M 3 12 Q 12 18 21 12" />
+
+
diff --git a/app/src/main/res/drawable/ic_eye_open.xml b/app/src/main/res/drawable/ic_eye_open.xml
index 0078b33..5eaf0b6 100644
--- a/app/src/main/res/drawable/ic_eye_open.xml
+++ b/app/src/main/res/drawable/ic_eye_open.xml
@@ -4,12 +4,26 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
-
+
-
+ android:fillColor="@android:color/transparent"
+ android:strokeColor="@android:color/black"
+ android:strokeWidth="1.5"
+ android:strokeLineCap="round"
+ android:strokeLineJoin="round"
+ android:pathData="M 3 12 Q 12 5 21 12" />
+
+ android:fillColor="@android:color/transparent"
+ android:strokeColor="@android:color/black"
+ android:strokeWidth="1.5"
+ android:strokeLineCap="round"
+ android:strokeLineJoin="round"
+ android:pathData="M 3 12 Q 12 19 21 12" />
+
+