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

150 lines
6.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
background="#f5f3f6"
clickable="true"
layout_width="match_parent"
layout_height="match_parent">
<ScrollView
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true"
layout_alignParentTop="true">
<androidx.constraintlayout.widget.ConstraintLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/label_personal_information"
background="#f5f3f6"
paddingTop="16dp"
paddingBottom="8dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/ntb_fillinformation_personal_info"
paddingStart="16dp"
paddingEnd="16dp"
NOT_FOUND_0x1a="0"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1d="0"
style="@style/2132017849"/>
<LinearLayout
orientation="vertical"
background="#ffffff"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x1a="0"
NOT_FOUND_0x1b="0"
NOT_FOUND_0x1c="@+id/label_personal_information">
<TextView
id="@+id/tv_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/ntb_fillinformation_personal_info_title"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<RelativeLayout
layout_gravity="left"
id="@+id/layout_title"
background="@drawable/bg_spinner"
padding="5dp"
layout_width="150dp"
layout_height="50dp"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<Spinner
id="@+id/spinner_title"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent"
layout_centerVertical="true"
spinnerMode="dropdown"
layout_marginStart="8dp"
layout_marginEnd="8dp"
style="@style/2132017925"/>
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/ic_expand_more_black_24dp"
layout_alignParentRight="true"
layout_centerVertical="true"
layout_marginEnd="16dp"
layout_alignParentEnd="true"/>
</RelativeLayout>
<TextView
id="@+id/label_first_name"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/ntb_fillinformation_personal_info_first_name"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<TextView
id="@+id/text_first_name"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017925"/>
<TextView
id="@+id/label_middle_name"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/ntb_fillinformation_personal_info_middle_name"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<TextView
id="@+id/text_middle_name"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017925"/>
<TextView
id="@+id/label_last_name"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/ntb_fillinformation_personal_info_last_name"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017876"/>
<TextView
id="@+id/text_last_name"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017925"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/layout_bottom"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentBottom="true"
NOT_FOUND_0x19="0"
NOT_FOUND_0x1a="0"
NOT_FOUND_0x1b="0">
<Button
id="@+id/button_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/next"
style="@style/2132017576"/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>
</RelativeLayout>