user_preview.xml

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