115 lines
4.5 KiB
XML
115 lines
4.5 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"
|
|
id="@+id/view_group_root"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<ImageView
|
|
id="@+id/bg_login"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
src="@drawable/bg_money_out"
|
|
scaleType="centerCrop"
|
|
contentDescription="@null"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<RelativeLayout
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="0.6">
|
|
<View
|
|
background="#6621262c"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"/>
|
|
<ImageView
|
|
id="@+id/button_close"
|
|
padding="8dp"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
src="@drawable/ic_close_24dp"
|
|
tint="#ffffff"
|
|
layout_alignParentRight="true"
|
|
contentDescription="@null"
|
|
layout_marginEnd="10dp"
|
|
layout_alignParentEnd="true"/>
|
|
<LinearLayout
|
|
gravity="center_horizontal"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<TextView
|
|
textColor="#ffffff"
|
|
id="@+id/text_welcome"
|
|
visibility="invisible"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
style="@style/2132017701"/>
|
|
<TextView
|
|
textColor="#ffffff"
|
|
ellipsize="end"
|
|
id="@+id/text_user_name"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
lines="1"
|
|
style="@style/2132017700"/>
|
|
<ImageView
|
|
id="@+id/image_avatar"
|
|
layout_width="@dimen/2131166596"
|
|
layout_height="@dimen/2131166596"
|
|
layout_margin="14dp"
|
|
src="@drawable/profile_placeholder"
|
|
contentDescription="@null"/>
|
|
<TextView
|
|
textColor="#ffffff"
|
|
gravity="center"
|
|
id="@+id/text_subtitle"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="20dp"
|
|
text="@string/enter_pin_to_login"
|
|
style="@style/2132017700"/>
|
|
<com.scb.phone.view.custom.login.CustomPinInput
|
|
id="@+id/custom_pin_input"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x1a="true"/>
|
|
<LinearLayout
|
|
gravity="center"
|
|
layout_gravity="center_horizontal"
|
|
orientation="horizontal"
|
|
id="@+id/view_forgot_pin"
|
|
background="?attr/selectableItemBackground"
|
|
padding="4dp"
|
|
clickable="true"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
textColor="#ffffff"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/forgot_pin"
|
|
style="@style/2132017701"/>
|
|
<ImageView
|
|
layout_width="8dp"
|
|
layout_height="12dp"
|
|
src="@drawable/ic_arrow_8_purple"
|
|
tint="#ffffff"
|
|
contentDescription="@null"
|
|
layout_marginStart="8dp"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
<com.scb.phone.view.custom.login.CustomKeypad
|
|
id="@+id/custom_keypad"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="0.4"
|
|
NOT_FOUND_0x19="true"/>
|
|
</LinearLayout>
|
|
</FrameLayout>
|