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

29 lines
954 B
XML
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
gravity="center"
padding="20dp"
layout_width="match_parent"
layout_height="match_parent">
<ImageView
id="@+id/introduction_image_view"
layout_width="280dp"
layout_height="280dp"
layout_centerHorizontal="true"/>
<TextView
gravity="center_horizontal"
id="@+id/introduction_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="40dp"
layout_below="@+id/introduction_image_view"
style="@style/2132017890"/>
<TextView
gravity="center_horizontal"
id="@+id/introduction_sub_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="12dp"
layout_below="@+id/introduction_title"
style="@style/2132017851"/>
</RelativeLayout>