aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/user_preview.xml
blob: ecc05e623c4238f7dbb93936e9c75b164b314a3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android">

    <de.pixart.messenger.ui.widget.SquareFrameLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:background="?selectableItemBackground"
        android:padding="2dp">

        <ImageView
            android:id="@+id/avatar"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="@color/black54"
            android:scaleType="centerInside" />
    </de.pixart.messenger.ui.widget.SquareFrameLayout>
</layout>