Fixed bug. The size of a file is moved to the left when it is shared by link
authorjabarros <jabarros@solidgear.es>
Wed, 9 Jul 2014 15:52:52 +0000 (17:52 +0200)
committerjabarros <jabarros@solidgear.es>
Wed, 9 Jul 2014 15:52:52 +0000 (17:52 +0200)
res/layout/list_item.xml

index 911c4b2..a4113de 100644 (file)
     </LinearLayout>\r
 \r
     <LinearLayout\r
-        android:layout_width="wrap_content"\r
+        android:layout_width="25dp"\r
         android:layout_height="match_parent"\r
         android:gravity="center_vertical"\r
         android:orientation="vertical">\r
         android:id="@+id/sharedIcon"\r
         android:layout_width="wrap_content"\r
         android:layout_height="wrap_content"\r
-        android:layout_gravity="center_vertical"\r
+        android:layout_gravity="center"\r
         android:layout_marginLeft="4dp"\r
         android:layout_marginBottom="4dp"\r
         android:layout_marginRight="4dp"\r
         android:id="@+id/sharedWithMeIcon"\r
         android:layout_width="wrap_content"\r
         android:layout_height="wrap_content"\r
-        android:layout_gravity="center_vertical"\r
+        android:layout_gravity="center"\r
         android:layout_marginLeft="4dp"\r
         android:layout_marginRight="4dp"\r
         android:layout_marginTop="4dp"\r