X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/905b68b4ec886cff35799c0e0604383d9f1d245b..4f7d416b81d42e26b7c36d673f76ddf460f4500e:/res/layout/share_file_layout.xml diff --git a/res/layout/share_file_layout.xml b/res/layout/share_file_layout.xml index fc2832bd..feaddb3b 100644 --- a/res/layout/share_file_layout.xml +++ b/res/layout/share_file_layout.xml @@ -19,7 +19,6 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - xmlns:app="http://schemas.android.com/apk/res-auto" tools:context="com.owncloud.android.ui.fragment.ShareFileFragment"> + android:layout_width="@dimen/file_icon_size" + android:layout_height="@dimen/file_icon_size" + android:src="@drawable/file" + android:layout_marginLeft="12dp" + android:layout_marginRight="12dp" + android:layout_gravity="center_vertical" + android:layout_marginTop="12dp" + android:layout_marginBottom="12dp"/> + android:layout_toEndOf="@+id/shareFileIcon" + android:singleLine="true" + android:ellipsize="middle" + android:layout_marginTop="12dp"/> + android:layout_marginTop="4dp" + android:layout_marginLeft="4dp" + android:layout_marginBottom="12dp" + android:layout_gravity="center_vertical"/> + android:scrollbars="vertical" + android:layout_weight="1"/> - + android:layout_gravity="center_horizontal" + android:text="@string/share_add_user_or_group" + android:contentDescription="shareAddUserButton"/>