summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/layout-sw720dp/item_doc_list.xml2
-rw-r--r--res/layout/item_doc_list.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/layout-sw720dp/item_doc_list.xml b/res/layout-sw720dp/item_doc_list.xml
index 92e66cf4a..c95cdba40 100644
--- a/res/layout-sw720dp/item_doc_list.xml
+++ b/res/layout-sw720dp/item_doc_list.xml
@@ -44,7 +44,7 @@
<com.google.android.material.card.MaterialCardView
app:cardElevation="0dp"
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="match_parent">
<ImageView
android:id="@+id/icon_mime"
diff --git a/res/layout/item_doc_list.xml b/res/layout/item_doc_list.xml
index 6833ce553..9238676cf 100644
--- a/res/layout/item_doc_list.xml
+++ b/res/layout/item_doc_list.xml
@@ -48,7 +48,7 @@
<com.google.android.material.card.MaterialCardView
android:layout_width="match_parent"
- android:layout_height="wrap_content"
+ android:layout_height="match_parent"
app:cardElevation="0dp">
<ImageView