25 lines
917 B
XML
25 lines
917 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/rz"
|
|
android:layout_width="@dimen/wn"
|
|
android:layout_height="@dimen/wm">
|
|
<ImageView
|
|
android:id="@+id/ry"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginTop="@dimen/wk"
|
|
android:layout_marginBottom="@dimen/wk"
|
|
android:scaleType="centerInside"
|
|
android:layout_marginStart="@dimen/wk"
|
|
android:layout_marginEnd="@dimen/wk"/>
|
|
<ImageView
|
|
android:layout_gravity="end|bottom"
|
|
android:id="@+id/zv"
|
|
android:visibility="gone"
|
|
android:layout_width="@dimen/wq"
|
|
android:layout_height="@dimen/wq"
|
|
android:layout_marginBottom="8dp"
|
|
android:scaleType="centerInside"
|
|
android:layout_marginEnd="8dp"/>
|
|
</FrameLayout>
|