2019-04-17 10:21:30 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-07-06 14:13:08 -07:00
|
|
|
<org.thoughtcrime.securesms.components.BorderlessImageView
|
2022-08-09 13:29:04 -03:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
tools:viewBindingIgnore="true"
|
2020-12-04 18:31:58 -05:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:id="@+id/image_view"
|
|
|
|
android:layout_width="@dimen/media_bubble_sticker_dimens"
|
|
|
|
android:layout_height="@dimen/media_bubble_sticker_dimens"
|
|
|
|
android:contentDescription="@string/conversation_item__mms_image_description" />
|