Add a checkerboard background drawable

This commit is contained in:
2022-11-02 11:50:00 +01:00
parent 16b10dc1b7
commit b02a588dff
3 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
<bitmap
xmlns:android="http://schemas.android.com/apk/res/android"
android:dither="true"
android:src="@drawable/checktile"
android:tileMode="repeat"/>