Blame res/layout/activity_main.xml

f318ef
f318ef
    xmlns:android="http://schemas.android.com/apk/res/android"
f318ef
    android:id="@+id/ResizerFrameLayout"
f318ef
    android:layout_width="fill_parent"
f318ef
    android:layout_height="fill_parent" >
f318ef

f318ef
    
f318ef
        android:id="@+id/TableLayout1"
f318ef
        android:layout_width="fill_parent"
f318ef
        android:layout_height="fill_parent"
f318ef
        android:stretchColumns="*" >
f318ef

f318ef
        
f318ef
            android:id="@+id/RelativeLayout1"
f318ef
            android:layout_width="fill_parent"
f318ef
            android:layout_height="wrap_content" >
f318ef

f318ef
            
f318ef
                android:id="@+id/textView1"
f318ef
                style="@style/IndicatorText"
f318ef
                android:tag="indicator"
f318ef
                android:layout_width="wrap_content"
f318ef
                android:layout_height="wrap_content"
f318ef
                android:layout_alignParentLeft="true"
f318ef
                android:layout_alignParentTop="true"
f318ef
                android:layout_toLeftOf="@+id/buttonBackspace"
f318ef
                android:clickable="true"
f318ef
                android:onClick="onText"
f318ef
                android:singleLine="true" />
f318ef

f318ef
            
f318ef
                android:id="@+id/buttonBackspace"
f318ef
                android:layout_width="wrap_content"
f318ef
                android:layout_height="wrap_content"
f318ef
                android:layout_alignParentTop="true"
f318ef
                android:layout_toLeftOf="@+id/buttonHistory"
f318ef
                android:adjustViewBounds="true"
f318ef
                android:contentDescription="@string/clearButton"
f318ef
                android:onClick="onButton"
f318ef
                android:scaleType="centerInside"
f318ef
                android:src="@drawable/ic_menu_close_clear_cancel" />
f318ef

f318ef
            
f318ef
                android:id="@+id/buttonHistory"
f318ef
                android:layout_width="wrap_content"
f318ef
                android:layout_height="wrap_content"
f318ef
                android:layout_alignParentRight="true"
f318ef
                android:layout_alignParentTop="true"
f318ef
                android:adjustViewBounds="true"
f318ef
                android:contentDescription="@string/historyButton"
f318ef
                android:maxHeight="50sp"
f318ef
                android:maxWidth="50sp"
f318ef
                android:minHeight="50sp"
f318ef
                android:minWidth="50sp"
f318ef
                android:onClick="onButton"
f318ef
                android:scaleType="centerInside"
f318ef
                android:src="@drawable/ic_menu_recent_history" />
f318ef
        
f318ef

f318ef
        
f318ef
            android:id="@+id/tableRow1"
f318ef
            android:layout_width="fill_parent"
f318ef
            android:layout_height="fill_parent"
f318ef
            android:layout_weight="1" >
f318ef

f318ef
            
f318ef
                android:id="@+id/button1"
f318ef
                style="@style/LargeText"
f318ef
                android:layout_width="0dip"
f318ef
                android:layout_height="fill_parent"
f318ef
                android:layout_weight="1"
f318ef
                android:onClick="onButton"
f318ef
                android:text="@string/button1" />
f318ef

f318ef
            
f318ef
                android:id="@+id/button2"
f318ef
                style="@style/LargeText"
f318ef
                android:layout_width="0dip"
f318ef
                android:layout_height="fill_parent"
f318ef
                android:layout_weight="1"
f318ef
                android:onClick="onButton"
f318ef
                android:text="@string/button2" />
f318ef

f318ef
            
f318ef
                android:id="@+id/button3"
f318ef
                style="@style/LargeText"
f318ef
                android:layout_width="0dip"
f318ef
                android:layout_height="fill_parent"
f318ef
                android:layout_weight="1"
f318ef
                android:onClick="onButton"
f318ef
                android:text="@string/button3" />
f318ef
        
f318ef

f318ef
        
f318ef
            android:id="@+id/tableRow2"
f318ef
            android:layout_width="fill_parent"
f318ef
            android:layout_height="fill_parent"
f318ef
            android:layout_weight="1" >
f318ef

f318ef
            
f318ef
                android:id="@+id/button4"
f318ef
                style="@style/LargeText"
f318ef
                android:layout_width="wrap_content"
f318ef
                android:layout_height="fill_parent"
f318ef
                android:layout_weight="1"
f318ef
                android:onClick="onButton"
f318ef
                android:text="@string/button4" />
f318ef

f318ef
            
f318ef
                android:id="@+id/button5"
f318ef
                style="@style/LargeText"
f318ef
                android:layout_width="wrap_content"
f318ef
                android:layout_height="fill_parent"
f318ef
                android:layout_weight="1"
f318ef
                android:onClick="onButton"
f318ef
                android:text="@string/button5" />
f318ef

f318ef
            
f318ef
                android:id="@+id/button6"
f318ef
                style="@style/LargeText"
f318ef
                android:layout_width="wrap_content"
f318ef
                android:layout_height="fill_parent"
f318ef
                android:layout_weight="1"
f318ef
                android:onClick="onButton"
f318ef
                android:text="@string/button6" />
f318ef
        
f318ef

f318ef
        
f318ef
            android:id="@+id/tableRow3"
f318ef
            android:layout_width="fill_parent"
f318ef
            android:layout_height="fill_parent"
f318ef
            android:layout_weight="1" >
f318ef

f318ef
            
f318ef
                android:id="@+id/button7"
f318ef
                style="@style/LargeText"
f318ef
                android:layout_width="0dip"
f318ef
                android:layout_height="fill_parent"
f318ef
                android:layout_weight="1"
f318ef
                android:onClick="onButton"
f318ef
                android:text="@string/button7" />
f318ef

f318ef
            
f318ef
                android:id="@+id/button8"
f318ef
                style="@style/LargeText"
f318ef
                android:layout_width="0dip"
f318ef
                android:layout_height="fill_parent"
f318ef
                android:layout_weight="1"
f318ef
                android:onClick="onButton"
f318ef
                android:text="@string/button8" />
f318ef

f318ef
            
f318ef
                android:id="@+id/button9"
f318ef
                style="@style/LargeText"
f318ef
                android:layout_width="0dip"
f318ef
                android:layout_height="fill_parent"
f318ef
                android:layout_weight="1"
f318ef
                android:onClick="onButton"
f318ef
                android:text="@string/button9" />
f318ef
        
f318ef

f318ef
        
f318ef
            android:id="@+id/tableRow4"
f318ef
            android:layout_width="fill_parent"
f318ef
            android:layout_height="fill_parent"
f318ef
            android:layout_weight="1" >
f318ef

f318ef
            
f318ef
                android:id="@+id/buttonDice"
f318ef
                style="@style/LargeText"
f318ef
                android:layout_width="0dip"
f318ef
                android:layout_height="fill_parent"
f318ef
                android:layout_weight="1"
f318ef
                android:onClick="onButton"
f318ef
                android:text="@string/dice" />
f318ef

f318ef
            
f318ef
                android:id="@+id/button10"
f318ef
                style="@style/LargeText"
f318ef
                android:layout_width="0dip"
f318ef
                android:layout_height="fill_parent"
f318ef
                android:layout_weight="1"
f318ef
                android:onClick="onButton"
f318ef
                android:text="@string/button0" />
f318ef

f318ef
            
f318ef
                android:id="@+id/buttonRoll"
f318ef
                style="@style/LargeText"
f318ef
                android:layout_width="0dip"
f318ef
                android:layout_height="fill_parent"
f318ef
                android:layout_weight="1"
f318ef
                android:onClick="onButton"
f318ef
                android:text="@string/roll" />
f318ef
        
f318ef
    
f318ef

f318ef