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>