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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user