diff options
author | 2021-04-02 16:43:36 -0700 | |
---|---|---|
committer | 2021-04-02 17:20:17 -0700 | |
commit | 441f90119a937437c5e40a8cf30246cc4d5a1063 (patch) | |
tree | b468bf37ce19ba8f3e5cc434476101f6f4f28997 /res | |
parent | b0e030d02ea3f7e297e167c103635c8ae613cab5 (diff) |
List item icon alignment
Fix: 168244676
Test: Manual
Change-Id: I4d95a4fbeaf6099d29159545dc4080767cf8fcf6
Diffstat (limited to 'res')
-rw-r--r-- | res/layout-sw720dp/item_doc_list.xml | 2 | ||||
-rw-r--r-- | res/layout/item_doc_list.xml | 2 |
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 |