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>
This commit is contained in:
Taesu Lee
2020-02-06 18:56:37 +09:00
parent e8827131fc
commit 1de47c7705

View File

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