diff --git a/xwords4/android/XWords4/res/layout/game_config.xml b/xwords4/android/XWords4/res/layout/game_config.xml index aa2101a4f..b960b2fe7 100644 --- a/xwords4/android/XWords4/res/layout/game_config.xml +++ b/xwords4/android/XWords4/res/layout/game_config.xml @@ -235,7 +235,6 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:drawSelectorOnTop="true" - android:entries="@array/robot_levels" /> adapter = + new ArrayAdapter( context, displayID/*, array */ ); + for ( String item : array ) { + adapter.add( item ); + } + spinner.setAdapter( adapter ); + } + private static void setFirstBootStatics( Context context ) { int thisVersion = getAppVersion( context );