Slightly tweak path of the blue star vector drawable so that it matches the path of the grey star vector drawable exactly

This commit is contained in:
uykek 2020-06-06 14:48:22 +02:00
parent d76c4b7b50
commit 9fdeba1767

View file

@ -6,5 +6,5 @@
<path <path
android:fillColor="?attr/rankingStarSelected" android:fillColor="?attr/rankingStarSelected"
android:name="Color Fill 1" android:name="Color Fill 1"
android:pathData="m27 7 6 13 15 1 -11 10 3 15 -13 -7 -13 7 3 -15 -11 -10 15 -1 6 -13z" /> android:pathData="m27 39 13 7 -3 -15 11 -10 -15 -1 -6 -13 -6 13 -15 1 11 10 -3 15 13 -7z" />
</vector> </vector>