res/layout/contactlist.xml
changeset 363 c7ee14b65f39
parent 361 8ec622caf8d8
child 373 da35534975cd
equal deleted inserted replaced
362:411222f0f758 363:c7ee14b65f39
     3 	android:layout_width="fill_parent" android:layout_height="fill_parent"
     3 	android:layout_width="fill_parent" android:layout_height="fill_parent"
     4 	android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android">
     4 	android:orientation="vertical" xmlns:android="http://schemas.android.com/apk/res/android">
     5 
     5 
     6 	<LinearLayout android:layout_width="fill_parent"
     6 	<LinearLayout android:layout_width="fill_parent"
     7 		android:layout_height="wrap_content">
     7 		android:layout_height="wrap_content">
     8 		<Button android:id="@+id/btn1" android:layout_width="wrap_content"
     8 		<Button android:id="@+id/contactlist_left" android:layout_width="wrap_content"
     9 			android:layout_height="wrap_content" android:text="Left"
     9 			android:layout_height="wrap_content" android:text="Left"
    10 			android:layout_weight="1">
    10 			android:layout_weight="1">
    11 		</Button>
    11 		</Button>
    12 		<Button android:id="@+id/btn2" android:layout_width="wrap_content"
    12 		<Button android:id="@+id/contactlist_group" android:layout_width="wrap_content"
    13 			android:layout_height="wrap_content" android:text="GroupName"
    13 			android:layout_height="wrap_content" android:text="@string/contact_list_all_contact"
    14 			android:layout_weight="1">
    14 			android:layout_weight="1">
    15 		</Button>
    15 		</Button>
    16 		<Button android:id="@+id/btn3" android:layout_width="wrap_content"
    16 		<Button android:id="@+id/contactlist_right" android:layout_width="wrap_content"
    17 			android:layout_height="wrap_content" android:text="Right"
    17 			android:layout_height="wrap_content" android:text="Right"
    18 			android:layout_weight="1">
    18 			android:layout_weight="1">
    19 		</Button>
    19 		</Button>
    20 	</LinearLayout>
    20 	</LinearLayout>
    21 
    21