X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/c0b85157a9c44a6374e749984e8a55d45868998f..0ccb092abbb8aae874b7e84c6d31ae95df3c46f3:/res/layout/list_item.xml
diff --git a/res/layout/list_item.xml b/res/layout/list_item.xml
index abe0e7f7..c18aee7a 100644
--- a/res/layout/list_item.xml
+++ b/res/layout/list_item.xml
@@ -3,7 +3,7 @@
ownCloud Android client application
Copyright (C) 2012 Bartek Przybylski
- Copyright (C) 2012-2013 ownCloud Inc.
+ Copyright (C) 2015 ownCloud Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
@@ -19,107 +19,151 @@
-->
-
-
-
-
-
-
-
-
-
-
+ android:orientation="vertical"
+ android:layout_height="72dp">
-
-
+ android:orientation="horizontal">
+
+
+
+
+
+
+
+
+
+ android:layout_width="0dp"
+ android:layout_height="match_parent"
+ android:layout_weight="1"
+ android:gravity="top"
+ android:paddingTop="@dimen/standard_padding"
+ android:orientation="vertical" >
+ android:textColor="@color/textColor"
+ android:textSize="@dimen/two_line_primary_text_size" />
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ android:layout_gravity="center"
+ android:layout_marginLeft="4dp"
+ android:layout_marginBottom="4dp"
+ android:layout_marginRight="4dp"
+ android:src="@drawable/sharedlink" />
+
+
+
-
-
-
+