2018-09-15 17:38:45 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<layout xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<eu.siacs.conversations.ui.widget.SquareFrameLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2019-01-27 09:32:27 +00:00
|
|
|
android:padding="2dp"
|
|
|
|
android:background="?selectableItemBackground">
|
2018-09-15 17:38:45 +00:00
|
|
|
<ImageView
|
|
|
|
android:id="@+id/media"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:background="@color/black54"
|
|
|
|
android:scaleType="centerInside"/>
|
|
|
|
</eu.siacs.conversations.ui.widget.SquareFrameLayout>
|
|
|
|
</layout>
|