Skip to content

Commit 0e88062

Browse files
committed
Improved home icon
1 parent 9e45587 commit 0e88062

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
android:viewportHeight="24"
66
android:tint="@color/colorAccent">
77
<path
8+
android:pathData="M 19 9.3 L 19 4 L 16 4 L 16 6.6 L 12 3 L 2 12 L 5 12 L 5 20 L 9.801 20 L 9.801 14 L 14.199 14 L 14.199 20 L 19 20 L 19 12 L 22 12 Z"
89
android:fillColor="@android:color/white"
9-
android:pathData="M12,5.69l5,4.5V18h-2v-6H9v6H7v-7.81l5,-4.5M12,3L2,12h3v8h6v-6h2v6h6v-8h3L12,3z"/>
10+
android:strokeColor="@android:color/white"
11+
android:strokeWidth="1"
12+
android:strokeLineJoin="round"/>
1013
</vector>

0 commit comments

Comments
 (0)