58 lines
1.9 KiB
XML
58 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<ImageView
|
|
id="@+id/image"
|
|
layout_width="wrap_content"
|
|
layout_height="0dp"
|
|
layout_marginTop="40dp"
|
|
layout_marginBottom="32dp"
|
|
src="@drawable/add_account"
|
|
adjustViewBounds="true"
|
|
NOT_FOUND_0xd="@+id/header"
|
|
NOT_FOUND_0xe="0"
|
|
NOT_FOUND_0xf="0"
|
|
NOT_FOUND_0x10="0"/>
|
|
<TextView
|
|
id="@+id/header"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="32dp"
|
|
text="@string/registration_add_your_accounts"
|
|
textAlignment="center"
|
|
layout_marginStart="32dp"
|
|
layout_marginEnd="32dp"
|
|
NOT_FOUND_0xd="@+id/text"
|
|
NOT_FOUND_0xe="0"
|
|
NOT_FOUND_0xf="0"
|
|
style="@style/2132017889"/>
|
|
<TextView
|
|
id="@+id/text"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="32dp"
|
|
text="@string/to_stay_actively_in_control_of_your_money_and_more_accounts_to_display_in_scb_easy_app"
|
|
textAlignment="center"
|
|
layout_marginStart="44dp"
|
|
layout_marginEnd="44dp"
|
|
NOT_FOUND_0xd="@+id/button"
|
|
NOT_FOUND_0xe="0"
|
|
NOT_FOUND_0xf="0"
|
|
style="@style/2132017915"/>
|
|
<Button
|
|
id="@+id/button"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="24dp"
|
|
text="@string/registration_next_button"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0xc="0"
|
|
NOT_FOUND_0xe="0"
|
|
NOT_FOUND_0xf="0"
|
|
style="@style/2132017576"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|