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

67 lines
2.6 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559377"/>
<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"
paddingHorizontal="@dimen/2131165495"
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"
paddingHorizontal="@dimen/2131165495"
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_marginHorizontal="@dimen/2131165433"
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_marginHorizontal="@dimen/2131165433"
style="@style/2132017536"/>
</LinearLayout>
</ScrollView>
</FrameLayout>