Przeglądaj źródła

[튜토리얼][Bug] xml 에러 수정

hyodong.min 7 lat temu
rodzic
commit
f26d39acc0
1 zmienionych plików z 15 dodań i 6 usunięć
  1. 15 6
      app/src/main/res/drawable/bubble_tutorial_edit.xml

+ 15 - 6
app/src/main/res/drawable/bubble_tutorial_edit.xml

@@ -1,7 +1,16 @@
-<vector android:height="71dp" android:viewportHeight="282"
-    android:viewportWidth="494" android:width="124dp" xmlns:android="http://schemas.android.com/apk/res/android">
-    <path android:fillColor="#000" android:fillType="evenOdd" android:pathData="M224.5,22l11,-22 11,22H459v214.02H11V22h213.5z"/>
-    <path android:fillColor="#FFF" android:fillType="evenOdd"
-        android:pathData="M13,24v210.02h444V24H245.264L235.5,4.472 225.736,24H13z"
-        android:strokeColor="#000" android:strokeLineJoin="square" android:strokeWidth="4"/>
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+        android:width="124dp"
+        android:height="71dp"
+        android:viewportWidth="494"
+        android:viewportHeight="282">
+  <path
+    android:fillColor="#000"
+    android:fillType="evenOdd"
+    android:pathData="M224.5,22l11,-22 11,22H459v214.02H11V22h213.5z"/>
+  <path
+    android:fillColor="#FFF"
+    android:fillType="evenOdd"
+    android:pathData="M13,24v210.02h444V24H245.264L235.5,4.472 225.736,24H13z"
+    android:strokeWidth="4"
+    android:strokeColor="#000"/>
 </vector>