We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e45587 commit 0e88062Copy full SHA for 0e88062
app/src/main/res/drawable/vector_home.xml
@@ -5,6 +5,9 @@
5
android:viewportHeight="24"
6
android:tint="@color/colorAccent">
7
<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"
9
android:fillColor="@android:color/white"
- 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"/>
13
</vector>
0 commit comments