1<?xml version="1.0" encoding="utf-8"?>
2<layout xmlns:android="http://schemas.android.com/apk/res/android">
3
4 <eu.siacs.conversations.ui.widget.SquareFrameLayout
5 android:layout_width="match_parent"
6 android:layout_height="match_parent"
7 android:background="?selectableItemBackgroundBorderless"
8 android:padding="2dp">
9
10 <ImageView
11 android:id="@+id/media"
12 android:layout_width="match_parent"
13 android:layout_height="match_parent"
14 android:background="?colorSurfaceContainerHighest"
15 android:scaleType="centerInside" />
16 </eu.siacs.conversations.ui.widget.SquareFrameLayout>
17</layout>