X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/b3dc5f477c8dd51a9e2033e1c81d848baf986201..7e893e6ecbe15b28274a468d5b605f70176f174c:/res/layout/share_file_layout.xml?ds=inline
diff --git a/res/layout/share_file_layout.xml b/res/layout/share_file_layout.xml
index 7bcbaa23..27a6133d 100644
--- a/res/layout/share_file_layout.xml
+++ b/res/layout/share_file_layout.xml
@@ -15,65 +15,80 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see .
-->
-
+
+ android:orientation="vertical"
+ >
+ 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_marginStart="4dp"
+ android:layout_marginBottom="12dp"
+ android:layout_gravity="center_vertical"/>
@@ -91,6 +106,7 @@
android:layout_height="wrap_content"
android:id="@+id/shareNoUsers"
android:text="@string/share_no_users"
+ android:textSize="12sp"
android:padding="12dp" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
\ No newline at end of file