Explorar o código

[공통][Common] ClearEditText 아이콘 패딩 조절

Hasemi %!s(int64=7) %!d(string=hai) anos
pai
achega
eeac3f6f81
Modificáronse 1 ficheiros con 14 adicións e 14 borrados
  1. 14 14
      app/src/main/res/drawable/icon_input_delete.xml

+ 14 - 14
app/src/main/res/drawable/icon_input_delete.xml

@@ -1,22 +1,22 @@
 <vector xmlns:android="http://schemas.android.com/apk/res/android"
-        android:width="24dp"
-        android:height="24dp"
+        android:width="20dp"
+        android:height="20dp"
         android:viewportWidth="54"
         android:viewportHeight="54">
   <group
     android:pivotX="27"
     android:pivotY="27"
-    android:scaleX="0.58"
-    android:scaleY="0.58">
-  <path
-    android:fillColor="#E5E5E5"
-    android:fillType="evenOdd"
-    android:pathData="M27,27m-27,0a27,27 0,1 1,54 0a27,27 0,1 1,-54 0"/>
-  <path
-    android:fillColor="#00000000"
-    android:fillType="evenOdd"
-    android:pathData="M17,16l20,22M16,37l22,-20"
-    android:strokeWidth="4"
-    android:strokeColor="#FAFAFA"/>
+    android:scaleX="0.7"
+    android:scaleY="0.7">
+    <path
+      android:fillColor="#E5E5E5"
+      android:fillType="evenOdd"
+      android:pathData="M27,27m-27,0a27,27 0,1 1,54 0a27,27 0,1 1,-54 0"/>
+    <path
+      android:fillColor="#00000000"
+      android:fillType="evenOdd"
+      android:pathData="M17,16l20,22M16,37l22,-20"
+      android:strokeWidth="4"
+      android:strokeColor="#FAFAFA"/>
   </group>
 </vector>