Просмотр исходного кода

[공통][Bug] 액션바 아이콘 변경

hyodong.min 7 лет назад
Родитель
Сommit
3c7e750286

+ 8 - 8
app/src/main/res/drawable/ic_icon_header_menu.xml

@@ -1,10 +1,10 @@
 <vector xmlns:android="http://schemas.android.com/apk/res/android"
-    android:width="60dp"
-    android:height="60dp"
-    android:viewportWidth="60"
-    android:viewportHeight="60">
+        android:width="24dp"
+        android:height="24dp"
+        android:viewportWidth="60"
+        android:viewportHeight="60">
   <path
-      android:pathData="M5,6h50a3,3 0,0 1,0 6L5,12a3,3 0,0 1,0 -6zM5,27h50a3,3 0,0 1,0 6L5,33a3,3 0,0 1,0 -6zM5,48h50a3,3 0,0 1,0 6L5,54a3,3 0,0 1,0 -6z"
-      android:fillColor="#222"
-      android:fillType="evenOdd"/>
-</vector>
+    android:fillColor="#222"
+    android:fillType="evenOdd"
+    android:pathData="M2,6h56v6L2,12L2,6zM2,27h56v6L2,33v-6zM2,48h56v6L2,54v-6z"/>
+</vector>

+ 10 - 12
app/src/main/res/drawable/ic_icon_header_search.xml

@@ -1,16 +1,14 @@
 <vector xmlns:android="http://schemas.android.com/apk/res/android"
-    android:width="55dp"
-    android:height="55dp"
-    android:viewportWidth="55"
-    android:viewportHeight="55">
+        android:width="24dp"
+        android:height="24dp"
+        android:viewportWidth="60"
+        android:viewportHeight="60">
   <path
-      android:pathData="M24,24m-21.5,0a21.5,21.5 0,1 1,43 0a21.5,21.5 0,1 1,-43 0"
-      android:strokeWidth="5"
-      android:fillColor="#00000000"
-      android:strokeColor="#000"
-      android:fillType="evenOdd"/>
+    android:fillColor="#222"
+    android:fillType="nonZero"
+    android:pathData="M25,42c9.941,0 18,-8.059 18,-18S34.941,6 25,6 7,14.059 7,24s8.059,18 18,18zM25,48C11.745,48 1,37.255 1,24S11.745,0 25,0s24,10.745 24,24 -10.745,24 -24,24z"/>
   <path
-      android:pathData="M37.3683,37.3683L37.3683,37.3683A2.5,2.5 0,0 1,40.9038 37.3683L53.6317,50.0962A2.5,2.5 0,0 1,53.6317 53.6317L53.6317,53.6317A2.5,2.5 0,0 1,50.0962 53.6317L37.3683,40.9038A2.5,2.5 0,0 1,37.3683 37.3683z"
-      android:fillColor="#000"
-      android:fillType="evenOdd"/>
+    android:fillColor="#222"
+    android:fillType="evenOdd"
+    android:pathData="M41.536,39l16.97,16.97 -3.535,3.536L38,42.536z"/>
 </vector>