res/layout/changestatus.xml
changeset 111 d0fab932cb6e
parent 110 f9be2a11c4c1
child 190 079488da1bfc
equal deleted inserted replaced
110:f9be2a11c4c1 111:d0fab932cb6e
    29 	   		android:layout_width="fill_parent"
    29 	   		android:layout_width="fill_parent"
    30 	   		android:layout_height="fill_parent"
    30 	   		android:layout_height="fill_parent"
    31 	   		android:layout_weight="1"
    31 	   		android:layout_weight="1"
    32 	   		android:text="@string/OkButton"/>
    32 	   		android:text="@string/OkButton"/>
    33 	   		
    33 	   		
    34 		<Button android:id="@+id/ChangeStatusCancel"
    34 		<Button android:id="@+id/ChangeStatusClear"
    35 	   		android:layout_width="fill_parent"
    35 	   		android:layout_width="fill_parent"
    36 	   		android:layout_height="fill_parent"
    36 	   		android:layout_height="fill_parent"
    37 	   		android:layout_weight="1"
    37 	   		android:layout_weight="1"
    38 	   		android:text="@string/ClearButton"/>
    38 	   		android:text="@string/ClearButton"/>
    39    	</LinearLayout>
    39    	</LinearLayout>