2019-04-17 10:21:30 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<ImageView
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/sticker_install_item_image"
|
2019-08-05 15:26:48 -04:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="@dimen/sticker_preview_sticker_size"
|
2020-01-03 00:41:03 -05:00
|
|
|
android:layout_marginTop="6dp"
|
2019-08-05 15:26:48 -04:00
|
|
|
android:scaleType="centerInside"/>
|