Blame res/layout/activity_double.xml

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

1b8111
    
1b8111
        android:id="@+id/RelativeLayout1"
1b8111
        android:layout_width="fill_parent"
1b8111
        android:layout_height="wrap_content"
1b8111
        android:background="@color/statusbar_color" >
1b8111

1b8111
        
1b8111
            android:id="@+id/TextView1"
1b8111
            android:layout_width="wrap_content"
1b8111
            android:layout_height="wrap_content"
1b8111
            android:layout_alignParentLeft="true"
1b8111
            android:layout_alignParentTop="true"
1b8111
            android:text="@string/initialNumberText"
1b8111
            android:textSize="20sp"
1b8111
            android:textStyle="bold" />
1b8111

1b8111
        
1b8111
            android:id="@+id/TextView4"
1b8111
            android:layout_width="wrap_content"
1b8111
            android:layout_height="wrap_content"
1b8111
            android:layout_alignParentTop="true"
1b8111
            android:layout_toLeftOf="@+id/TextView2"
1b8111
            android:layout_toRightOf="@+id/TextView1"
1b8111
            android:gravity="center_horizontal"
1b8111
            android:text="@string/defaultPlayer1Name"
1b8111
            android:textSize="20sp"
1b8111
            android:textStyle="bold" />
1b8111

1b8111
        
1b8111
            android:id="@+id/TextView2"
1b8111
            android:layout_width="wrap_content"
1b8111
            android:layout_height="wrap_content"
1b8111
            android:layout_alignParentTop="true"
1b8111
            android:layout_centerHorizontal="true"
1b8111
            android:text="@string/initialTimeText"
1b8111
            android:textSize="20sp"
1b8111
            android:textStyle="bold" />
1b8111

1b8111
        
1b8111
            android:id="@+id/TextView5"
1b8111
            android:layout_width="wrap_content"
1b8111
            android:layout_height="wrap_content"
1b8111
            android:layout_alignParentTop="true"
1b8111
            android:layout_toLeftOf="@+id/TextView3"
1b8111
            android:layout_toRightOf="@+id/TextView2"
1b8111
            android:gravity="center_horizontal"
1b8111
            android:text="@string/defaultPlayer2Name"
1b8111
            android:textSize="20sp"
1b8111
            android:textStyle="bold" />
1b8111

1b8111
        
1b8111
            android:id="@+id/TextView3"
1b8111
            android:layout_width="wrap_content"
1b8111
            android:layout_height="wrap_content"
1b8111
            android:layout_alignParentRight="true"
1b8111
            android:layout_alignParentTop="true"
1b8111
            android:text="@string/initialNumberText"
1b8111
            android:textSize="20sp"
1b8111
            android:textStyle="bold" />
1b8111
    
1b8111

1b8111
    
1b8111
        android:id="@+id/FrameLayout2"
1b8111
        android:layout_width="fill_parent"
1b8111
        android:layout_height="fill_parent" >
1b8111

1b8111
        
1b8111
            android:id="@+id/LinearLayout2"
1b8111
            android:layout_width="fill_parent"
1b8111
            android:layout_height="fill_parent" >
1b8111

1b8111
            
1b8111
                android:id="@+id/NumbersView1"
1b8111
                android:layout_width="wrap_content"
1b8111
                android:layout_height="fill_parent"
1b8111
                android:layout_weight="1" />
1b8111

1b8111
            
1b8111
                android:id="@+id/RelativeLayout2"
1b8111
                android:layout_width="20sp"
1b8111
                android:layout_height="fill_parent"
1b8111
                android:layout_weight="0"
1b8111
                android:background="@color/statusbar_color" >
1b8111
            
1b8111

1b8111
            
1b8111
                android:id="@+id/NumbersView2"
1b8111
                android:layout_width="wrap_content"
1b8111
                android:layout_height="fill_parent"
1b8111
                android:layout_weight="1" />
1b8111
        
1b8111



1b8111
        
1b8111
            android:id="@+id/frameLock"
1b8111
            android:layout_width="fill_parent"
1b8111
            android:layout_height="fill_parent"
1b8111
            android:background="@color/statusbar_color"
1b8111
            android:visibility="gone" >
1b8111






1b8111
            
1b8111
                android:id="@+id/textViewLock"
1b8111
                android:layout_width="wrap_content"
1b8111
                android:layout_height="wrap_content"
1b8111
                android:layout_gravity="center"
1b8111
                android:drawableTop="@drawable/ic_button_lock"
1b8111
                android:gravity="center"
1b8111
                android:text="@string/lock" />
1b8111

1b8111
        
1b8111
    
1b8111

1b8111