author | Vincent V. <marseille@beem-project.com> |
Tue, 10 Apr 2012 11:32:31 +0200 | |
changeset 940 | b8e23e8da2f7 |
parent 928 | 008566b90ba8 |
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> |