Browse Source

Additional fix for display issues (issue #955)
Fix height of the file browser for Nextcloud files (Share from Nextcloud)

Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>

Dariusz Olszewski 4 năm trước cách đây
mục cha
commit
464414cbf1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/src/main/res/layout/rv_item_browser_file.xml

+ 1 - 1
app/src/main/res/layout/rv_item_browser_file.xml

@@ -20,7 +20,7 @@
 
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
-    android:layout_height="@dimen/rv_item_view_height"
+    android:layout_height="wrap_content"
     xmlns:app="http://schemas.android.com/apk/res-auto"
     android:layout_margin="@dimen/double_margin_between_elements"
     android:background="@color/bg_default">