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

77 lines
2.9 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"
fillViewport="true">
<include
id="@+id/toolbar"
layout="@layout/2131559376"/>
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/cs_layout_sharing_statement"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="@+id/toolbar">
<ImageView
id="@+id/iv_sharing_statement_success"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
src="@drawable/ic_check_circle_black_48dp"
tint="#06bf59"
contentDescription="@null"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"
NOT_FOUND_0x12="0"/>
<TextView
gravity="center"
id="@+id/tv_sharing_statement_header"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/idp_sharing_statement_verify_identity_header"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="@+id/iv_sharing_statement_success"
style="@style/2132017875"/>
<TextView
gravity="center"
id="@+id/tv_sharing_statement_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
text="@string/idp_sharing_statement_verify_identity_description"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0xe="0"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0"
NOT_FOUND_0x11="@+id/tv_sharing_statement_header"
style="@style/2132017846"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/cs_layout_button"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="24dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0xe="0"
NOT_FOUND_0xf="0"
NOT_FOUND_0x10="0">
<Button
id="@+id/bt_next"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/next"
NOT_FOUND_0x10="0"
NOT_FOUND_0x12="0"
style="@style/2132017576"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>