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

82 lines
3.1 KiB
XML

<?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">
<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_locked"/>
<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/auto_facial_locked_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/auto_facial_locked_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/auto_facial_locked_warning_message"
paddingStart="16dp"
paddingEnd="16dp"
style="@style/2132017664"/>
<Space
layout_width="match_parent"
layout_height="0dp"
layout_weight="1"/>
<Button
id="@+id/bt_find_us"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/find_us"
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>
</FrameLayout>