Insert create_game_src.xml
This is required for the ImageButton. This makes it possible to check the status.
This commit is contained in:
parent
84964dd5e5
commit
b91ea693d9
1 changed files with 4 additions and 0 deletions
4
app/src/main/res/drawable/create_game_src.xml
Normal file
4
app/src/main/res/drawable/create_game_src.xml
Normal 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>
|
Loading…
Reference in a new issue