Insert create_game_src.xml

This is required for the ImageButton. This makes it possible to check the status.
This commit is contained in:
ErikWaegerle 2020-07-22 01:34:01 +02:00
parent 84964dd5e5
commit b91ea693d9

View file

@ -0,0 +1,4 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true" android:drawable="@drawable/ic_circle_blue_36dp"/>
<item android:state_checked="false" android:drawable="@drawable/ic_circle_grey_36dp"/>
</selector>