23 lines
748 B
XML
23 lines
748 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
background="#000000"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_alignParentTop="true">
|
||
|
<ImageView
|
||
|
id="@+id/gift_share_moment_preview_img"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="400dp"
|
||
|
scaleType="fitXY"
|
||
|
adjustViewBounds="true"/>
|
||
|
<TextView
|
||
|
layout_gravity="center_vertical"
|
||
|
id="@+id/gift_share_moment_preview_msg"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
textAlignment="center"
|
||
|
layout_marginStart="70dp"
|
||
|
layout_marginEnd="70dp"
|
||
|
style="@style/2132017905"/>
|
||
|
</FrameLayout>
|