res/layout/contactlistgroup.xml
changeset 47 743ccc7961dc
parent 21 b9f4a0ef574a
child 167 3cf5b5e6baf9
equal deleted inserted replaced
46:d5a36d820645 47:743ccc7961dc
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
     3 	android:layout_width="fill_parent"
     3         android:orientation="horizontal"
     4     android:layout_height="wrap_content"
     4         android:layout_width="fill_parent"
     5     android:orientation="vertical">
     5         android:layout_height="50sp"
       
     6 		android:paddingTop="5sp"
       
     7 		android:gravity="center_vertical">
     6 
     8 
     7 	<TextView android:id="@+id/textgroup"
     9         <TextView android:id="@+id/textgroup"
     8 		android:height="50sp"
    10         	android:layout_width="fill_parent"
     9 		android:textSize="20sp"
    11             android:layout_height="wrap_content"
    10        	android:textStyle="bold"
    12             android:paddingLeft="40sp" />
    11        	android:paddingTop="10sp"
       
    12        	android:paddingLeft="40sp"
       
    13        	android:layout_width="fill_parent"
       
    14        	android:layout_height="wrap_content" />	
       
    15 
    13 
    16  </LinearLayout>
    14         <TextView android:id="@+id/rowText2"
       
    15 			android:layout_width="fill_parent"
       
    16             android:layout_height="wrap_content" />
       
    17 
       
    18 </LinearLayout>