android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="0.9"
- android:textAppearance="?android:attr/textAppearanceMedium"
+ android:textSize="16dip"
android:text="@string/username"
android:id="@+id/userOrGroupName"
android:layout_margin="12dp"
- android:textColor="@color/textColor"/>
+ android:textColor="@color/textColor"
+ android:singleLine="true"
+ android:ellipsize="middle"/>
<ImageView
android:layout_width="wrap_content"