Blame res/layout/activity_single.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:layout_width="fill_parent"
1b8111
        android:layout_height="wrap_content"
1b8111
        android:background="#ddd" >
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/TextView2"
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/initialTimeText"
1b8111
            android:textSize="20sp"
1b8111
            android:textStyle="bold" />
1b8111
    
1b8111

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

1b8111
        
1b8111
            android:id="@+id/NumbersView1"
1b8111
            android:layout_width="fill_parent"
1b8111
            android:layout_height="fill_parent" />
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:background="@color/statusbar_color"
1b8111
                android:drawableTop="@drawable/ic_button_lock"
1b8111
                android:gravity="center"
1b8111
                android:text="@string/lock" />
1b8111

1b8111
        
1b8111
    
1b8111

1b8111