Added a vector graphic for the "Finish" button for the Create Sudoku activity.

This commit is contained in:
ErikWaegerle 2020-06-29 18:00:27 +02:00
parent edc16b8cec
commit 4d976abe16

View file

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="192dp"
android:height="192dp"
android:viewportWidth="192"
android:viewportHeight="192">
<path
android:pathData="M109,89.5l-30.5,30.5 -12,-12 -12.1,-12 -3.9,4 -3.9,4 16.2,16.3 16.2,16.2 34,-34c18.7,-18.7 34,-34.5 34,-35 0,-0.6 -1.7,-2.8 -3.8,-4.8l-3.7,-3.7 -30.5,30.5z"
android:fillColor="#000000"
android:strokeColor="#00000000"/>
</vector>