Skip to content

Commit 3fab398

Browse files
authored
Update layers
1 parent ba6ad7a commit 3fab398

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

app/src/main/res/drawable/layers.xml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,20 @@
1010
android:strokeColor="@color/layerColor"
1111
android:strokeWidth="1.5"
1212
android:strokeLineCap="round"
13-
android:strokeLineJoin="round"
14-
android:fillType="evenOdd" />
13+
android:strokeLineJoin="round" />
1514
<path
1615
android:fillColor="#00000000"
1716
android:pathData="M19.995,4.2m-1.922,0a1.922,1.922 0,1 1,3.844 0a1.922,1.922 0,1 1,-3.844 0"
1817
android:strokeColor="@color/layerColor"
1918
android:strokeWidth="1.5"
2019
android:strokeLineCap="round"
21-
android:strokeLineJoin="round"
22-
android:fillType="evenOdd" />
20+
android:strokeLineJoin="round" />
2321
<path
2422
android:fillColor="#00000000"
2523
android:pathData="M14.9245,3.1201L7.6568,3.1201C4.6453,3.1201 2.778,5.2529 2.778,8.2643L2.778,16.3467C2.778,19.3581 4.6087,21.4817 7.6568,21.4817L16.2609,21.4817C19.2723,21.4817 21.1396,19.3581 21.1396,16.3467L21.1396,9.3078"
2624
android:strokeColor="@color/layerColor"
2725
android:strokeWidth="1.5"
2826
android:strokeLineCap="round"
29-
android:strokeLineJoin="round"
30-
android:fillType="evenOdd" />
27+
android:strokeLineJoin="round" />
3128
</vector>
3229

0 commit comments

Comments
 (0)