summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTaesu Lee <taesu82.lee@samsung.com>2020-02-06 18:56:37 +0900
committerLuca Stefani <luca.stefani.ge1@gmail.com>2020-02-12 14:20:03 +0100
commit55c8fd976803d58961b51143d8a2161eac8f3f14 (patch)
tree21c6f6b1268cf011881f566618437c0dd90bb611
parente1bc1c57bd32139e3f5289a47bd2b60f46cd2dfa (diff)
downloadpackages_apps_Messaging-55c8fd976803d58961b51143d8a2161eac8f3f14.tar.gz
packages_apps_Messaging-55c8fd976803d58961b51143d8a2161eac8f3f14.tar.bz2
packages_apps_Messaging-55c8fd976803d58961b51143d8a2161eac8f3f14.zip
Fix to show PersonItemView for TYPE_CHOOSER_GRID correctly
Use match_parent instead. Test: Check grid views for a vcard on AttachmentChooserFragment. Change-Id: I60acc77d9c0cd9608187d86f71fc4d2c7e78afb7 Signed-off-by: Taesu Lee <taesu82.lee@samsung.com>
-rw-r--r--res/layout/attachment_chooser_vcard.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/attachment_chooser_vcard.xml b/res/layout/attachment_chooser_vcard.xml
index fb20f84..e6f1072 100644
--- a/res/layout/attachment_chooser_vcard.xml
+++ b/res/layout/attachment_chooser_vcard.xml
@@ -15,8 +15,8 @@
limitations under the License.
-->
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
android:background="@color/attachment_chooser_vcard_background">
<com.android.messaging.ui.PersonItemView