Fixed bug. Icons are not shown correctly in the file list
authorjabarros <jabarros@solidgear.es>
Wed, 9 Jul 2014 14:28:09 +0000 (16:28 +0200)
committerjabarros <jabarros@solidgear.es>
Wed, 9 Jul 2014 15:26:20 +0000 (17:26 +0200)
res/layout/list_item.xml

index 5e7edc6..911c4b2 100644 (file)
@@ -25,7 +25,7 @@
     android:layout_height="56dp">\r
 \r
     <FrameLayout\r
-        android:layout_width="wrap_content"\r
+        android:layout_width="56dp"\r
         android:layout_height="56dp"\r
         android:focusable="false"\r
         android:focusableInTouchMode="false">\r
@@ -52,6 +52,7 @@
             android:layout_height="wrap_content"\r
             android:layout_gravity="bottom|right"\r
             android:layout_marginBottom="10dp"\r
+            android:layout_marginRight="2dp"\r
             android:src="@drawable/ic_favorite" />\r
     </FrameLayout>\r
 \r