Blame res/layout/activity_new_game.xml

1b8111
1b8111
    xmlns:tools="http://schemas.android.com/tools"
1b8111
    android:id="@+id/LinearLayout1"
1b8111
    android:layout_width="wrap_content"
1b8111
    android:layout_height="wrap_content"
1b8111
    android:layout_gravity="center"
1b8111
    android:orientation="vertical" >
1b8111

1b8111
    
1b8111
        android:id="@+id/textView1"
1b8111
        android:layout_width="wrap_content"
1b8111
        android:layout_height="wrap_content"
1b8111
        android:gravity="center"
1b8111
        android:minWidth="@dimen/menu_button_width"
1b8111
        android:text="@string/radioNumbersCount" />
1b8111


1b8111
    
1b8111
        android:id="@+id/radioGroupNumbersCount"
1b8111
        android:layout_width="wrap_content"
1b8111
        android:layout_height="wrap_content"
1b8111
        android:minWidth="@dimen/menu_button_width"
1b8111
        android:orientation="horizontal" >
1b8111


1b8111
        
1b8111
            android:id="@+id/radio25"
1b8111
            android:layout_width="wrap_content"
1b8111
            android:layout_height="wrap_content"
1b8111
            android:layout_weight="1"
1b8111
            android:checked="true"
1b8111
            android:text="@string/radio25" />
1b8111


1b8111
        
1b8111
            android:id="@+id/radio50"
1b8111
            android:layout_width="wrap_content"
1b8111
            android:layout_height="wrap_content"
1b8111
            android:layout_weight="1"
1b8111
            android:text="@string/radio50" />
1b8111


1b8111
        
1b8111
            android:id="@+id/radio100"
1b8111
            android:layout_width="wrap_content"
1b8111
            android:layout_height="wrap_content"
1b8111
            android:layout_weight="1"
1b8111
            android:text="@string/radio100" />
1b8111

1b8111
    
1b8111






1b8111
    
1b8111
        android:id="@+id/buttonSingle"
1b8111
        android:layout_width="wrap_content"
1b8111
        android:layout_height="wrap_content"
1b8111
        android:drawableLeft="@drawable/ic_button_single"
1b8111
        android:minWidth="@dimen/menu_button_width"
1b8111
        android:onClick="onButton"
1b8111
        android:text="@string/buttonNewSingle" />
1b8111





1b8111
    
1b8111
        android:id="@+id/buttonDouble"
1b8111
        android:layout_width="wrap_content"
1b8111
        android:layout_height="wrap_content"
1b8111
        android:drawableLeft="@drawable/ic_button_double"
1b8111
        android:minWidth="@dimen/menu_button_width"
1b8111
        android:onClick="onButton"
1b8111
        android:text="@string/buttonNewDouble" />
1b8111

1b8111