<?xml version="1.0" encoding="utf-8"?>
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="#80000000">
|
|
<LinearLayout
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_gravity="center"
|
android:orientation="vertical"
|
android:padding="16dp">
|
|
<ImageView
|
android:id="@+id/ivPreview"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:adjustViewBounds="true"
|
android:maxWidth="1000dp"
|
android:maxHeight="1000dp"
|
android:scaleType="fitCenter"
|
android:src="@drawable/invite" />
|
</LinearLayout>
|
</FrameLayout>
|