From c581bb93ad0e6eb4613272607f6210a8f3ff406f Mon Sep 17 00:00:00 2001 From: Eric House Date: Thu, 29 Oct 2015 06:32:18 -0700 Subject: [PATCH] change default to checked so code doesn't have to set it --- xwords4/android/XWords4/res/layout/game_config.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xwords4/android/XWords4/res/layout/game_config.xml b/xwords4/android/XWords4/res/layout/game_config.xml index e2d73b6aa..e92cd4bb9 100644 --- a/xwords4/android/XWords4/res/layout/game_config.xml +++ b/xwords4/android/XWords4/res/layout/game_config.xml @@ -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" />