res/layout/changestatus.xml
changeset 579 9c08b0277c58
parent 506 8e33a89c21a3
child 725 559845cadddb
equal deleted inserted replaced
578:1536b3881809 579:9c08b0277c58
    32 				android:layout_width="fill_parent" android:layout_height="wrap_content"
    32 				android:layout_width="fill_parent" android:layout_height="wrap_content"
    33 				android:layout_weight="1" android:text="@string/ClearButton"
    33 				android:layout_weight="1" android:text="@string/ClearButton"
    34 				android:textStyle="bold" android:textColor="#333333"
    34 				android:textStyle="bold" android:textColor="#333333"
    35 				android:textSize="18sp" />
    35 				android:textSize="18sp" />
    36 		</LinearLayout>
    36 		</LinearLayout>
       
    37 		<Button android:id="@+id/OpenContactList" android:layout_width="fill_parent"
       
    38 			android:layout_height="wrap_content" android:text="@string/OpenContactList"
       
    39 			android:layout_below="@+id/ChangeStatusButtons" android:textStyle="bold" android:textColor="#333333"
       
    40 				android:textSize="18sp" />
    37 	</RelativeLayout>
    41 	</RelativeLayout>
    38 </ScrollView>
    42 </ScrollView>