Skip to content
Snippets Groups Projects
Commit 1de47c77 authored by Taesu Lee's avatar Taesu Lee
Browse files

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: default avatarTaesu Lee <taesu82.lee@samsung.com>
parent e8827131
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment