user_preview.xml

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