Skip to content

Commit a06034f

Browse files
committed
ic_smart_display: Fix invalid vector path on older devices
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
1 parent 3635b40 commit a06034f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
android:viewportWidth="24"
66
android:tint="@color/defaultIconTint">
77
<path
8-
android:pathData="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zM9.5 16.5v-9l7 4.5-7 4.5z"
8+
android:pathData="M20 4H4c-1.1 0-2 0.9-2 2v12c0 1.1 0.9 2 2 2h16c1.1 0 2-0.9 2-2V6c0-1.1-0.9-2-2-2zM9.5 16.5v-9l7 4.5-7 4.5z"
99
android:fillColor="#FF000000"/>
1010
</vector>

0 commit comments

Comments
 (0)