From a6d24417049d4599f982cb59594f6c10466051c3 Mon Sep 17 00:00:00 2001
From: lvmeng <848755140@qq.com>
Date: Wed, 18 Mar 2026 16:14:47 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E4=BF=AE=E5=A4=8D?=
=?UTF-8?q?=E7=9C=BC=E7=9D=9B=E5=9B=BE=E6=A0=87=E6=98=BE=E7=A4=BA=E6=95=88?=
=?UTF-8?q?=E6=9E=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/src/main/res/drawable/ic_eye_close.xml | 13 ++++++++-----
app/src/main/res/drawable/ic_eye_open.xml | 20 +++++---------------
2 files changed, 13 insertions(+), 20 deletions(-)
diff --git a/app/src/main/res/drawable/ic_eye_close.xml b/app/src/main/res/drawable/ic_eye_close.xml
index 0c66e7e..aa8ba0c 100644
--- a/app/src/main/res/drawable/ic_eye_close.xml
+++ b/app/src/main/res/drawable/ic_eye_close.xml
@@ -4,20 +4,23 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
-
+
-
+ android:pathData="M 2 12 C 2 12 5 6 12 6 C 19 6 22 12 22 12 C 22 12 19 18 12 18 C 5 18 2 12 2 12 Z" />
+
+
+
+ android:pathData="M 4 4 L 20 20" />
diff --git a/app/src/main/res/drawable/ic_eye_open.xml b/app/src/main/res/drawable/ic_eye_open.xml
index 5eaf0b6..4fcf835 100644
--- a/app/src/main/res/drawable/ic_eye_open.xml
+++ b/app/src/main/res/drawable/ic_eye_open.xml
@@ -4,26 +4,16 @@
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
-
+
-
+ android:pathData="M 2 12 C 2 12 5 6 12 6 C 19 6 22 12 22 12 C 22 12 19 18 12 18 C 5 18 2 12 2 12 Z" />
+
-
-
+ android:fillColor="@android:color/black"
+ android:pathData="M 12 9 C 13.66 9 15 10.34 15 12 C 15 13.66 13.66 15 12 15 C 10.34 15 9 13.66 9 12 C 9 10.34 10.34 9 12 9 Z" />