res/layout/contactlist_group.xml
author Da Risk <da_risk@beem-project.com>
Tue, 21 Feb 2012 21:07:42 +0100
changeset 962 f27ce0166608
parent 507 71cf79d83c71
child 972 ab5691925a0d
permissions -rw-r--r--
Fix bug when creating contact. The contact is created asynchronously so we cannot try to get it immediatly. As a consequence the method IRoster.createContact now return a boolean.


<TextView xmlns:android="http://schemas.android.com/apk/res/android"
	android:textColor="@color/white" android:textColorHighlight="@color/red"
	android:textSize="18sp" android:typeface="normal" android:textStyle="bold"
	android:id="@+id/contactlist_group"></TextView>