Merge remote-tracking branch 'remotes/upstream/video_thumbnail' into beta
[pub/Android/ownCloud.git] / res / layout / share_user_item.xml
index 5e4020b..2bb8c28 100644 (file)
             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"