46 lines
1.5 KiB
XML
46 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
gravity="center_horizontal"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<View
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1"/>
|
|
<ImageView
|
|
id="@+id/imageView4"
|
|
layout_width="@dimen/2131165652"
|
|
layout_height="wrap_content"
|
|
src="@drawable/fatca_landing"/>
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/fatca_landing_lbl"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017873"/>
|
|
<View
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1"/>
|
|
<androidx.appcompat.widget.AppCompatButton
|
|
id="@+id/next_button"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_margin="16dp"
|
|
text="@string/next"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|
|
<FrameLayout
|
|
id="@+id/fatca_containner"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
</FrameLayout>
|