29 lines
954 B
XML
29 lines
954 B
XML
<?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>
|