res/layout/contactlist_group.xml
changeset 894 c36af805487d
parent 507 71cf79d83c71
child 928 008566b90ba8
equal deleted inserted replaced
893:4200af89661d 894:c36af805487d
     1 
     1 
     2 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
     2 <TextView
     3 	android:textColor="@color/white" android:textColorHighlight="@color/red"
     3 	xmlns:android="http://schemas.android.com/apk/res/android"
     4 	android:textSize="18sp" android:typeface="normal" android:textStyle="bold"
     4 	android:layout_width="wrap_content"
       
     5 	android:layout_height="wrap_content"
       
     6 	android:textColor="@color/white"
       
     7 	android:textColorHighlight="@color/red"
       
     8 	android:textSize="18sp"
       
     9 	android:typeface="normal"
       
    10 	android:textStyle="bold"
     5 	android:id="@+id/contactlist_group"></TextView>
    11 	android:id="@+id/contactlist_group"></TextView>