Signal-Android/res/layout/sticker_preview_list_item.xml
2019-08-05 15:48:22 -04:00

7 lines
305 B
XML

<?xml version="1.0" encoding="utf-8"?>
<ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/sticker_install_item_image"
android:layout_width="match_parent"
android:layout_height="@dimen/sticker_preview_sticker_size"
android:scaleType="centerInside"/>