Przeglądaj źródła

Fixed bug. Icons are not shown correctly in the file list

jabarros 10 lat temu
rodzic
commit
64a94f351d
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      res/layout/list_item.xml

+ 2 - 1
res/layout/list_item.xml

@@ -25,7 +25,7 @@
     android:layout_height="56dp">
 
     <FrameLayout
-        android:layout_width="wrap_content"
+        android:layout_width="56dp"
         android:layout_height="56dp"
         android:focusable="false"
         android:focusableInTouchMode="false">
@@ -52,6 +52,7 @@
             android:layout_height="wrap_content"
             android:layout_gravity="bottom|right"
             android:layout_marginBottom="10dp"
+            android:layout_marginRight="2dp"
             android:src="@drawable/ic_favorite" />
     </FrameLayout>