change default to checked so code doesn't have to set it

This commit is contained in:
Eric House 2015-10-29 06:32:18 -07:00
parent 83baa5a00c
commit c581bb93ad

View file

@ -23,6 +23,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/game_locked"
android:checked="true"
android:visibility="gone"
android:layout_alignParentTop="true"
/>