X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/671fef617b9bc67300e3d2cddbbfbe9fb8b4937b..4246701891d4f6e412e98bbba25be1c50b4e3e23:/res/layout/share_user_item.xml diff --git a/res/layout/share_user_item.xml b/res/layout/share_user_item.xml index 5e4020ba..2bb8c28e 100644 --- a/res/layout/share_user_item.xml +++ b/res/layout/share_user_item.xml @@ -30,11 +30,13 @@ 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"/>