2019-04-17 10:21:30 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<merge
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2020-07-06 14:13:08 -07:00
|
|
|
tools:parentTag="org.thoughtcrime.securesms.components.BorderlessImageView">
|
2019-04-17 10:21:30 -04:00
|
|
|
|
|
|
|
<View
|
|
|
|
android:id="@+id/sticker_missing_shade"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2020-11-10 10:20:54 -05:00
|
|
|
android:background="@drawable/sticker_missing_background"
|
2019-04-17 10:21:30 -04:00
|
|
|
android:visibility="gone"
|
|
|
|
tools:visibility="visible"/>
|
|
|
|
|
|
|
|
<org.thoughtcrime.securesms.components.ThumbnailView
|
|
|
|
android:id="@+id/sticker_thumbnail"
|
2020-07-08 08:54:47 -07:00
|
|
|
android:layout_width="@dimen/media_bubble_sticker_dimens"
|
|
|
|
android:layout_height="@dimen/media_bubble_sticker_dimens"
|
2019-12-30 16:13:18 -05:00
|
|
|
app:thumbnail_radius="0dp"
|
2020-07-08 08:54:47 -07:00
|
|
|
app:thumbnail_fit="fit_center"
|
2020-08-25 16:05:39 -04:00
|
|
|
app:minWidth="@dimen/media_bubble_min_width_solo"
|
2020-07-08 08:54:47 -07:00
|
|
|
app:maxWidth="@dimen/media_bubble_max_width"
|
|
|
|
app:minHeight="@dimen/media_bubble_min_height"
|
|
|
|
app:maxHeight="@dimen/media_bubble_max_height" />
|
2019-04-17 10:21:30 -04:00
|
|
|
|
|
|
|
</merge>
|