Signal-Android/res/layout/sticker_preview_list_item.xml

8 lines
305 B
XML
Raw Normal View History

<?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"
android:scaleType="centerInside"/>