226 lines
9.0 KiB
XML
226 lines
9.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ebill_container_linear_layout"
|
||
|
visibility="visible"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayBiller
|
||
|
id="@+id/ebill_custom_transfer_and_pay_biller"
|
||
|
background="#ffffff"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="0dp"/>
|
||
|
<TextView
|
||
|
id="@+id/amount_text_view"
|
||
|
background="@drawable/border_gray_bg_lighter_gray"
|
||
|
paddingTop="12dp"
|
||
|
paddingBottom="4dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/amount"
|
||
|
paddingStart="16dp"
|
||
|
style="@style/2132017919"/>
|
||
|
<com.google.android.material.tabs.TabLayout
|
||
|
id="@+id/ebill_selected_tabs"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="40dp"
|
||
|
style="@style/2132017164"/>
|
||
|
<View style="@style/2132018228"/>
|
||
|
<com.scb.phone.view.custom.common.FragmentWrapContentViewPager
|
||
|
id="@+id/ebill_selected_view_pager"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
<com.google.android.material.textfield.TextInputLayout
|
||
|
theme="@style/2132017488"
|
||
|
id="@+id/ebill_amount_text_input"
|
||
|
background="#ffffff"
|
||
|
paddingTop="8dp"
|
||
|
paddingBottom="24dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
hint="">
|
||
|
<com.scb.phone.view.custom.common.AmountEditText
|
||
|
gravity="end"
|
||
|
id="@+id/ebill_amount_edit_text"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
inputType="numberDecimal"
|
||
|
imeOptions="actionDone"
|
||
|
style="@style/2132017891"/>
|
||
|
</com.google.android.material.textfield.TextInputLayout>
|
||
|
<View
|
||
|
background="#c9c6cd"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="1dp"/>
|
||
|
<include
|
||
|
id="@+id/limit_view_group_progress"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="26dp"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
layout="@layout/2131559301"/>
|
||
|
<TextView
|
||
|
gravity="end"
|
||
|
id="@+id/remaining_limit_text_view"
|
||
|
padding="12dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
style="@style/2132017846"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_remark_pay_amount"
|
||
|
visibility="gone"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="12dp"
|
||
|
textAlignment="textStart"
|
||
|
layout_marginHorizontal="@dimen/2131165433"
|
||
|
style="@style/2132017846"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_layout_point_x"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
paddingTop="12dp"
|
||
|
paddingBottom="4dp"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/point_x_payment_option"
|
||
|
textAllCaps="true"
|
||
|
paddingStart="16dp"
|
||
|
style="@style/2132017919"/>
|
||
|
<ImageButton
|
||
|
id="@+id/ib_faq"
|
||
|
background="#00000000"
|
||
|
paddingTop="4dp"
|
||
|
layout_width="40dp"
|
||
|
layout_height="40dp"
|
||
|
src="@drawable/questions_circular"/>
|
||
|
</LinearLayout>
|
||
|
<View style="@style/2132018228"/>
|
||
|
<RadioGroup
|
||
|
orientation="vertical"
|
||
|
id="@+id/rg_payment_option"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
divider="?android:attr/dividerHorizontal"
|
||
|
showDividers="middle">
|
||
|
<LinearLayout
|
||
|
gravity="center_vertical"
|
||
|
orientation="horizontal"
|
||
|
id="@+id/ll_layout_pay_with_account"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1">
|
||
|
<RadioButton
|
||
|
id="@+id/rb_payment_option_account"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_pay_with_account"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
layout_marginHorizontal="@dimen/2131165477"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_pay_with_account"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017876"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
gravity="center_vertical"
|
||
|
orientation="horizontal"
|
||
|
id="@+id/ll_layout_pay_with_point_x"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
layout_weight="1">
|
||
|
<RadioButton
|
||
|
id="@+id/rb_payment_option_pointx"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"/>
|
||
|
<ImageView
|
||
|
id="@+id/iv_pay_with_point_x"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
layout_marginHorizontal="@dimen/2131165477"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_pay_with_point_x"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017876"/>
|
||
|
</LinearLayout>
|
||
|
</RadioGroup>
|
||
|
<View style="@style/2132018228"/>
|
||
|
<TextView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/mf_onboarding_success_remark_label"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017919"/>
|
||
|
<TextView
|
||
|
id="@+id/tv_remark_pointx"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="16dp"
|
||
|
layout_marginHorizontal="@dimen/2131165433"
|
||
|
style="@style/2132017846"/>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/note_more_options"
|
||
|
textAllCaps="true"
|
||
|
layout_marginHorizontal="@dimen/2131165433"
|
||
|
style="@style/2132017919"/>
|
||
|
<View
|
||
|
layout_marginTop="8dp"
|
||
|
style="@style/2132018228"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
paddingTop="16dp"
|
||
|
paddingBottom="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<com.scb.phone.view.custom.common.NoteEditText
|
||
|
id="@+id/note_edit_text"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"/>
|
||
|
</LinearLayout>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/button_continue"
|
||
|
background="@drawable/bg_button"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
layout_marginHorizontal="@dimen/2131165399"
|
||
|
layout_marginVertical="@dimen/2131165395"
|
||
|
NOT_FOUND_0x1d="@drawable/ripple_rounded_dark_purple"
|
||
|
NOT_FOUND_0x1e="@string/review"
|
||
|
NOT_FOUND_0x1f="@color/2131100912"/>
|
||
|
</LinearLayout>
|
||
|
<include
|
||
|
layout_width="match_parent"
|
||
|
layout_height="200dp"
|
||
|
layout="@layout/2131559301"/>
|
||
|
</LinearLayout>
|