aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/media.xml
blob: 345641762d616846892fc1a808f7402aa45a220f (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/media"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:background="@color/black54"
            android:scaleType="centerInside" />
    </de.pixart.messenger.ui.widget.SquareFrameLayout>
</layout>