42 lines
1.5 KiB
XML
42 lines
1.5 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"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<ImageView
|
|
id="@+id/iv_facial_recognition"
|
|
layout_width="172dp"
|
|
layout_height="176dp"
|
|
src="@drawable/ic_facial_success"
|
|
NOT_FOUND_0xc="@+id/bt_return"
|
|
NOT_FOUND_0xd="0"
|
|
NOT_FOUND_0xe="0"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x11="0.2"/>
|
|
<com.scb.phone.view.custom.common.ThaiTextView
|
|
gravity="center"
|
|
id="@+id/tv_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/auto_facial_success_title"
|
|
paddingHorizontal="@dimen/2131165495"
|
|
NOT_FOUND_0xc="@+id/bt_return"
|
|
NOT_FOUND_0xd="0"
|
|
NOT_FOUND_0xe="0"
|
|
NOT_FOUND_0xf="@+id/iv_facial_recognition"
|
|
NOT_FOUND_0x11="0.08"
|
|
style="@style/2132017889"/>
|
|
<Button
|
|
id="@+id/bt_return"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="24dp"
|
|
text="@string/registration_facial_recognition_button_return_label"
|
|
layout_marginHorizontal="@dimen/2131165433"
|
|
NOT_FOUND_0xb="0"
|
|
NOT_FOUND_0xd="0"
|
|
NOT_FOUND_0xe="0"
|
|
style="@style/2132017535"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|