From 0e8806252582066e076ef3fdcd6e63df4d8795d9 Mon Sep 17 00:00:00 2001 From: Corewala Date: Tue, 14 Dec 2021 17:50:23 -0500 Subject: [PATCH] Improved home icon --- app/src/main/res/drawable/vector_home.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/drawable/vector_home.xml b/app/src/main/res/drawable/vector_home.xml index 90adef6..8f70a20 100644 --- a/app/src/main/res/drawable/vector_home.xml +++ b/app/src/main/res/drawable/vector_home.xml @@ -5,6 +5,9 @@ android:viewportHeight="24" android:tint="@color/colorAccent"> + android:strokeColor="@android:color/white" + android:strokeWidth="1" + android:strokeLineJoin="round"/> \ No newline at end of file