what-the-bank/resources/res/layout/2131560102.xml

23 lines
748 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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>