2019-01-25 16:58:23 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2023-02-05 10:13:59 +00:00
|
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2019-01-25 16:58:23 +00:00
|
|
|
<eu.siacs.conversations.ui.widget.SquareFrameLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:padding="2dp"
|
|
|
|
android:background="?selectableItemBackground">
|
2023-02-05 10:13:59 +00:00
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
2019-01-25 16:58:23 +00:00
|
|
|
android:id="@+id/avatar"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@color/black54"
|
2023-02-05 10:13:59 +00:00
|
|
|
app:riv_corner_radius="6dp"
|
2019-01-25 16:58:23 +00:00
|
|
|
android:scaleType="centerInside"/>
|
|
|
|
</eu.siacs.conversations.ui.widget.SquareFrameLayout>
|
|
|
|
</layout>
|