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>
This commit is contained in:
Dariusz Olszewski 2021-03-20 15:55:57 +01:00
parent dde5315460
commit 464414cbf1

View file

@ -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">