137 lines
6.1 KiB
XML
137 lines
6.1 KiB
XML
<?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"
|
|
id="@+id/root_view"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true">
|
|
<FrameLayout
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/iv_bg_black"
|
|
layout_width="0dp"
|
|
layout_height="6dp"
|
|
src="@drawable/bg_black_rounded"
|
|
contentDescription="@null"
|
|
layout_marginHorizontal="@dimen/2131165456"
|
|
NOT_FOUND_0x1e="0"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x21="0"/>
|
|
<androidx.cardview.widget.CardView
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="3dp"
|
|
layout_marginHorizontal="@dimen/2131165477"
|
|
NOT_FOUND_0x1b="@dimen/2131165339"
|
|
NOT_FOUND_0x1c="@dimen/2131165408"
|
|
NOT_FOUND_0x1e="0"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x21="@+id/iv_bg_black">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/layout_save_slip_root"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x1e="0"
|
|
NOT_FOUND_0x1f="0"
|
|
NOT_FOUND_0x21="0">
|
|
<androidx.fragment.app.FragmentContainerView
|
|
name="com.scb.phone.view.fragment.cardmanagement.DeejungInstallmentsSlipFragment"
|
|
id="@+id/fragment_deejung_transfer_slip"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x21="0"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<ImageView
|
|
id="@+id/imv_slip_curl"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
src="@drawable/slip_curly"
|
|
scaleType="fitXY"
|
|
contentDescription="@null"
|
|
NOT_FOUND_0x1d="@+id/layout_save_slip_root"
|
|
NOT_FOUND_0x1e="0"
|
|
NOT_FOUND_0x1f="0"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.cardview.widget.CardView>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<Button
|
|
id="@+id/bt_save_slip"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="48dp"
|
|
layout_marginTop="24dp"
|
|
text="@string/save_slip"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017576"/>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
layout_gravity="bottom"
|
|
id="@+id/updation_text_layout"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp">
|
|
<View
|
|
id="@+id/divider"
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
NOT_FOUND_0x21="0"/>
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
id="@+id/txv_deejung_installments_updation_text"
|
|
background="#ffffff"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/txv_deejung_installments_updation_text"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
NOT_FOUND_0x20="@+id/divider"
|
|
style="@style/2132017548"/>
|
|
<View
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
NOT_FOUND_0x1d="0"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<LinearLayout
|
|
gravity="bottom"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="0dp"
|
|
layout_weight="1">
|
|
<Button
|
|
textSize="22sp"
|
|
textColor="#7631c1"
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/return_to_my_accounts"
|
|
background="@android:color/transparent"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="7dp"
|
|
layout_marginBottom="24dp"
|
|
text="@string/return_to_accounts"
|
|
textAllCaps="false"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017959"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</FrameLayout>
|
|
</ScrollView>
|