Fix a little bug on connection.
There should be only one instance of the Login activity but launchMode
singleTask and singleInstance make bad behaviors. Standard should be just
fine.
<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>