Auxio/app/src/main/res/drawable/ic_check_20.xml
Alexander Capehart 78523021fd
all: reformat code
Periodic reformatting.
2022-12-06 19:27:49 -07:00

10 lines
399 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="20dp"
android:height="20dp"
android:tint="?attr/colorControlNormal"
android:viewportWidth="20"
android:viewportHeight="20">
<path
android:fillColor="@android:color/white"
android:pathData="M8.229,14.062 L4.708,10.521 5.75,9.479 8.229,11.938 14.25,5.938 15.292,7Z" />
</vector>