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

115 lines
4.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
id="@+id/view_group_root"
layout_width="match_parent"
layout_height="match_parent">
<ImageView
layout_width="match_parent"
layout_height="match_parent"
src="@drawable/background_pre_login"
scaleType="centerCrop"
contentDescription="@null"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_centerInParent="true"
layout_marginStart="24dp"
layout_marginEnd="24dp">
<ImageView
layout_gravity="center_horizontal"
id="@+id/image_avatar"
layout_width="70dp"
layout_height="70dp"
contentDescription="@null"/>
<TextView
layout_gravity="center_horizontal"
id="@+id/text_welcome"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/welcome"
style="@style/2132017947"/>
<TextView
ellipsize="end"
layout_gravity="center_horizontal"
id="@+id/text_user_name"
layout_width="wrap_content"
layout_height="wrap_content"
lines="1"
style="@style/2132017904"/>
<LinearLayout
orientation="horizontal"
id="@+id/view_group_buttons"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="36dp">
<com.scb.phone.view.custom.login.CustomPreLoginMenuItem
id="@+id/menu_balance"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="0.3"
NOT_FOUND_0x19="@drawable/icon_prelogin_balance"
NOT_FOUND_0x1a="@string/prelogin_balance"/>
<com.scb.phone.view.custom.login.CustomPreLoginMenuItem
id="@+id/menu_prompt_pay"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="0.3"
NOT_FOUND_0x19="@drawable/icon_prelogin_promptpay"
NOT_FOUND_0x1a="@string/prelogin_promptpay"/>
<com.scb.phone.view.custom.login.CustomPreLoginMenuItem
id="@+id/menu_top_up"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="0.3"
NOT_FOUND_0x19="@drawable/icon_prelogin_topup"
NOT_FOUND_0x1a="@string/prelogin_topup"/>
</LinearLayout>
<TextView
layout_gravity="center_horizontal"
id="@+id/view_need_help"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="36dp"
layout_marginBottom="24dp"
text="@string/need_help"
drawablePadding="4dp"
drawableEnd="@drawable/ic_chevron_right_white_18dp"
style="@style/2132017897"/>
</LinearLayout>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/button_login"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="18dp"
layout_marginBottom="26dp"
layout_alignParentBottom="true"
layout_marginStart="20dp"
layout_marginEnd="20dp"
NOT_FOUND_0x18="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x1b="@string/login"
NOT_FOUND_0x1c="@color/2131100912"/>
<ImageView
id="@+id/overlay_image_view"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent"
contentDescription="@null"/>
<androidx.viewpager.widget.ViewPager
id="@+id/tutorial_view_pager"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent"/>
<me.relex.circleindicator.CircleIndicator
id="@+id/indicator"
visibility="gone"
layout_width="match_parent"
layout_height="12dp"
layout_marginBottom="8dp"
layout_alignParentBottom="true"
NOT_FOUND_0x16="@drawable/white_radius"
NOT_FOUND_0x17="@drawable/dark_gray_radius"/>
</RelativeLayout>