82 lines
3.1 KiB
XML
82 lines
3.1 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"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<ScrollView
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
paddingTop="?attr/actionBarSize"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/iv_facial_locked"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
src="@drawable/ic_facial_locked"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x15="0"/>
|
|
<com.scb.phone.view.custom.common.ThaiTextView
|
|
id="@+id/tv_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="40dp"
|
|
text=""
|
|
textAlignment="center"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="@+id/iv_facial_locked"
|
|
style="@style/2132017889"/>
|
|
<com.scb.phone.view.custom.common.ThaiTextView
|
|
id="@+id/tv_description"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginBottom="24dp"
|
|
text=""
|
|
textAlignment="center"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="@+id/tv_title"
|
|
style="@style/2132017664"/>
|
|
<Button
|
|
id="@+id/bt_next"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="24dp"
|
|
text=""
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x11="@+id/bt_return"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="@+id/tv_description"
|
|
NOT_FOUND_0x16="1"
|
|
style="@style/2132017576"/>
|
|
<Button
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/bt_return"
|
|
background="#00000000"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="24dp"
|
|
text=""
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="0"
|
|
style="@style/2132017536"/>
|
|
</LinearLayout>
|
|
</ScrollView>
|
|
</FrameLayout>
|