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" /> + +