summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Shubham Basu <basushubham@google.com> 2021-04-08 00:35:34 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2021-04-08 00:35:34 +0000
commit7eb86431f5e39eb84171168b42dd76203ce84c59 (patch)
treef615702d2fc97d57b20fd35a6acdf7810a29bcfd
parent6228f5a256c0c9e80329b4c281f51c7ac3d60b7f (diff)
parentd2676c069cba3ce0869c9d6a680c0436f82a8e0a (diff)
Merge "List item icon alignment" into mainline-prod am: d2676c069c
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/DocumentsUI/+/14079803 Change-Id: I439508c0a35306a95a4e6489a4a6967bac538ba7
-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