res/layout/contactlist_group.xml
changeset 928 008566b90ba8
parent 894 c36af805487d
equal deleted inserted replaced
927:039fe4e3534f 928:008566b90ba8
       
     1 <TextView xmlns:android="http://schemas.android.com/apk/res/android"
       
     2     android:id="@+id/contactlist_group"
       
     3     android:layout_width="wrap_content"
       
     4     android:layout_height="wrap_content"
       
     5     android:textColor="@color/vert_manu"    
       
     6     android:selectAllOnFocus="true"
       
     7     android:textSize="18sp"
       
     8     android:textStyle="bold"
       
     9     android:typeface="normal" >
     1 
    10 
     2 <TextView
    11 </TextView>
     3 	xmlns:android="http://schemas.android.com/apk/res/android"
       
     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"
       
    11 	android:id="@+id/contactlist_group"></TextView>