res/layout/contactlistgroup.xml
changeset 416 ca334bc39396
parent 415 164c96b9e98b
parent 412 5031fb756b29
child 417 b284c573cd5b
equal deleted inserted replaced
415:164c96b9e98b 416:ca334bc39396
     1 <?xml version="1.0" encoding="utf-8"?>
       
     2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
       
     3         android:orientation="horizontal"
       
     4         android:layout_width="fill_parent"
       
     5         android:layout_height="50sp"
       
     6 		android:paddingTop="5sp"
       
     7 		android:gravity="center_vertical">
       
     8 
       
     9         <TextView android:id="@+id/textgroup"
       
    10         	android:layout_width="fill_parent"
       
    11             android:layout_height="wrap_content"
       
    12             android:minHeight="30sp"
       
    13             android:paddingLeft="40sp" />
       
    14 
       
    15 </LinearLayout>