112 lines
4.4 KiB
XML
112 lines
4.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
|
||
|
id="@+id/root_view"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
fillViewport="true">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/view_container"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<RelativeLayout
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<View
|
||
|
id="@+id/line_black"
|
||
|
background="@drawable/shape_review_black_bg"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="8dp"
|
||
|
layout_marginTop="4dp"
|
||
|
layout_alignParentTop="true"
|
||
|
layout_marginStart="4dp"
|
||
|
layout_marginEnd="4dp"/>
|
||
|
<include
|
||
|
id="@+id/layout_slip"
|
||
|
layout="@layout/2131558854"/>
|
||
|
<ImageView
|
||
|
id="@+id/end_slip"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/slip_curly"
|
||
|
scaleType="fitXY"
|
||
|
tint="#f5f3f6"
|
||
|
layout_alignLeft="@+id/layout_slip"
|
||
|
layout_alignRight="@+id/layout_slip"
|
||
|
layout_alignBottom="@+id/layout_slip"
|
||
|
contentDescription="@null"
|
||
|
layout_alignStart="@+id/layout_slip"
|
||
|
layout_alignEnd="@+id/layout_slip"/>
|
||
|
<View
|
||
|
id="@+id/line_view"
|
||
|
background="@drawable/shape_shadow"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="4dp"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginStart="8dp"
|
||
|
layout_marginEnd="8dp"/>
|
||
|
</RelativeLayout>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
background="#00000000"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp">
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/auto_save_off_save_button"
|
||
|
background="@drawable/bg_button"
|
||
|
visibility="gone"
|
||
|
layout_width="0dp"
|
||
|
layout_height="50dp"
|
||
|
layout_weight="1"
|
||
|
NOT_FOUND_0x19="@drawable/ripple_rounded_purple"
|
||
|
NOT_FOUND_0x1a="@string/save_slip"
|
||
|
NOT_FOUND_0x1b="@color/2131100912"/>
|
||
|
<Space
|
||
|
id="@+id/space_between_button"
|
||
|
visibility="gone"
|
||
|
layout_width="16dp"
|
||
|
layout_height="match_parent"/>
|
||
|
<com.scb.phone.view.custom.common.DefaultButton
|
||
|
id="@+id/share_button"
|
||
|
background="@drawable/bg_button_transparent"
|
||
|
visibility="gone"
|
||
|
layout_width="0dp"
|
||
|
layout_height="50dp"
|
||
|
layout_weight="1"
|
||
|
NOT_FOUND_0x19="@drawable/ripple_rounded_purple"
|
||
|
NOT_FOUND_0x1a="@string/share_slip"
|
||
|
NOT_FOUND_0x1b="@color/2131100876"/>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/remaining_balance_text_view"
|
||
|
background="@drawable/bg_white_with_border"
|
||
|
padding="16dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
layout_marginBottom="24dp"
|
||
|
style="@style/2132017876"/>
|
||
|
<LinearLayout
|
||
|
gravity="bottom|center_horizontal"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_marginTop="16dp"
|
||
|
layout_marginBottom="32dp">
|
||
|
<TextView
|
||
|
id="@+id/return_button"
|
||
|
background="@drawable/ripple_rounded_dark_purple"
|
||
|
padding="4dp"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/return_to_stop_cheque_history"
|
||
|
style="@style/2132017970"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|