97 lines
3.8 KiB
XML
97 lines
3.8 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<FrameLayout 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">
|
||
|
<ScrollView
|
||
|
paddingTop="?attr/actionBarSize"
|
||
|
clipToPadding="false"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/iv_facial_recognition"
|
||
|
layout_width="172dp"
|
||
|
layout_height="176dp"
|
||
|
layout_marginTop="16dp"
|
||
|
src="@drawable/ic_facial_recognition"/>
|
||
|
<com.scb.phone.view.custom.common.ThaiTextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
text="@string/registration_facial_recognition_title"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017889"/>
|
||
|
<com.scb.phone.view.custom.common.ThaiTextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_description"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
text="@string/registration_facial_recognition_description"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017664"/>
|
||
|
<com.scb.phone.view.custom.common.ThaiTextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_warning_message"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/registration_facial_recognition_warning_message"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017664"/>
|
||
|
<Space
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1"/>
|
||
|
<Button
|
||
|
id="@+id/bt_next"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/registration_facial_recognition_button_next_label"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017576"/>
|
||
|
<Button
|
||
|
layout_gravity="center_horizontal"
|
||
|
id="@+id/bt_return"
|
||
|
background="#00000000"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="24dp"
|
||
|
text="@string/registration_facial_recognition_button_return_label"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017536"/>
|
||
|
</LinearLayout>
|
||
|
</ScrollView>
|
||
|
<androidx.appcompat.widget.Toolbar
|
||
|
id="@+id/toolbar"
|
||
|
background="#00000000"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="?attr/actionBarSize"
|
||
|
NOT_FOUND_0x16="0dp">
|
||
|
<TextView
|
||
|
ellipsize="end"
|
||
|
gravity="center_vertical"
|
||
|
id="@+id/title_text_view"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="match_parent"
|
||
|
lines="1"/>
|
||
|
</androidx.appcompat.widget.Toolbar>
|
||
|
</FrameLayout>
|