author | Vincent V. <marseille@beem-project.com> |
Mon, 09 Jan 2012 17:52:52 +0100 | |
changeset 928 | 008566b90ba8 |
parent 894 | c36af805487d |
permissions | -rw-r--r-- |
928
008566b90ba8
add virtual group in database to show all_contact, no_group, muc in the banner of the contactlist
Vincent V. <marseille@beem-project.com>
parents:
894
diff
changeset
|
1 |
<TextView xmlns:android="http://schemas.android.com/apk/res/android" |
008566b90ba8
add virtual group in database to show all_contact, no_group, muc in the banner of the contactlist
Vincent V. <marseille@beem-project.com>
parents:
894
diff
changeset
|
2 |
android:id="@+id/contactlist_group" |
008566b90ba8
add virtual group in database to show all_contact, no_group, muc in the banner of the contactlist
Vincent V. <marseille@beem-project.com>
parents:
894
diff
changeset
|
3 |
android:layout_width="wrap_content" |
008566b90ba8
add virtual group in database to show all_contact, no_group, muc in the banner of the contactlist
Vincent V. <marseille@beem-project.com>
parents:
894
diff
changeset
|
4 |
android:layout_height="wrap_content" |
008566b90ba8
add virtual group in database to show all_contact, no_group, muc in the banner of the contactlist
Vincent V. <marseille@beem-project.com>
parents:
894
diff
changeset
|
5 |
android:textColor="@color/vert_manu" |
008566b90ba8
add virtual group in database to show all_contact, no_group, muc in the banner of the contactlist
Vincent V. <marseille@beem-project.com>
parents:
894
diff
changeset
|
6 |
android:selectAllOnFocus="true" |
008566b90ba8
add virtual group in database to show all_contact, no_group, muc in the banner of the contactlist
Vincent V. <marseille@beem-project.com>
parents:
894
diff
changeset
|
7 |
android:textSize="18sp" |
008566b90ba8
add virtual group in database to show all_contact, no_group, muc in the banner of the contactlist
Vincent V. <marseille@beem-project.com>
parents:
894
diff
changeset
|
8 |
android:textStyle="bold" |
008566b90ba8
add virtual group in database to show all_contact, no_group, muc in the banner of the contactlist
Vincent V. <marseille@beem-project.com>
parents:
894
diff
changeset
|
9 |
android:typeface="normal" > |
499
973f28f405bc
divers petites opti et un petit debug dans Login
nikita@nikita-laptop
parents:
diff
changeset
|
10 |
|
928
008566b90ba8
add virtual group in database to show all_contact, no_group, muc in the banner of the contactlist
Vincent V. <marseille@beem-project.com>
parents:
894
diff
changeset
|
11 |
</TextView> |