64 lines
2.2 KiB
XML
64 lines
2.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#66c9c6cd"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/root_label"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<include layout="@layout/2131559376"/>
|
|
<ImageView
|
|
layout_gravity="center_horizontal"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="100dp"
|
|
src="@drawable/fatca_error_ico"/>
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16sp"
|
|
text="@string/fatca_error_label_title"
|
|
style="@style/2132017873"/>
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/fatca_error_description"
|
|
layout_marginStart="16sp"
|
|
layout_marginEnd="16sp"
|
|
style="@style/2132017928"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_alignParentBottom="true">
|
|
<Button
|
|
id="@+id/button_find_us"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16sp"
|
|
text="@string/find_us"
|
|
style="@style/2132017576"/>
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
id="@+id/return_button"
|
|
background="@drawable/ripple_rounded_dark_purple"
|
|
padding="4dp"
|
|
clickable="true"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="14dp"
|
|
text="@string/fatca_error_nav_home"
|
|
layout_below="@+id/another_transfer_button"
|
|
layout_centerHorizontal="true"
|
|
layout_marginStart="16sp"
|
|
layout_marginEnd="16sp"
|
|
style="@style/2132017970"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|