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

92 lines
3.7 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="wrap_content"
fillViewport="true">
<androidx.constraintlayout.widget.ConstraintLayout
layout_width="match_parent"
layout_height="wrap_content">
<FrameLayout
id="@+id/fl_operatingaccount_top_divider"
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
NOT_FOUND_0x15="0"
NOT_FOUND_0x16="0"
NOT_FOUND_0x18="0"/>
<TextView
gravity="center_vertical"
id="@+id/tv_operatingaccount_title"
background="#f5f3f6"
layout_width="match_parent"
layout_height="64dp"
text="@string/hml_main_operating_account_title"
paddingStart="12dp"
paddingEnd="0dp"
NOT_FOUND_0x15="0"
NOT_FOUND_0x16="0"
NOT_FOUND_0x17="@+id/fl_operatingaccount_top_divider"
style="@style/2132017924"/>
<FrameLayout
id="@+id/fl_operatingaccount_bottom_divider"
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
NOT_FOUND_0x17="@+id/tv_operatingaccount_title"/>
<LinearLayout
orientation="horizontal"
id="@+id/ll_operatingaccount_bank"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x15="0"
NOT_FOUND_0x16="0"
NOT_FOUND_0x17="@+id/fl_operatingaccount_bottom_divider">
<ImageView
id="@+id/iv_operatingaccount_logo"
layout_width="60dp"
layout_height="60dp"
layout_margin="16dp"
src="@drawable/logo_scb_new"/>
<TextView
layout_gravity="center_vertical"
id="@+id/tv_operatingaccount_bank"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017875"/>
</LinearLayout>
<FrameLayout
id="@+id/fl_operatingaccount_account_divider"
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
NOT_FOUND_0x17="@+id/ll_operatingaccount_bank"/>
<com.scb.phone.view.custom.common.CommonInputViewGroup
id="@+id/civg_operatingaccount_account"
background="#ffffff"
paddingBottom="24dp"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0xf="false"
NOT_FOUND_0x10="false"
NOT_FOUND_0x11="20"
NOT_FOUND_0x12="@string/hml_main_operating_account_input_hint"
NOT_FOUND_0x13="0x2"
NOT_FOUND_0x14="@string/hml_main_operating_account_number"
NOT_FOUND_0x17="@+id/fl_operatingaccount_account_divider"/>
<FrameLayout
id="@+id/fl_operatingaccount_account_divider_bottom"
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
NOT_FOUND_0x17="@+id/civg_operatingaccount_account"/>
<LinearLayout
orientation="horizontal"
id="@+id/ll_operatingaccount_buttons_container"
paddingTop="12dp"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x17="@+id/civg_operatingaccount_account"/>
</androidx.constraintlayout.widget.ConstraintLayout>
</ScrollView>