101 lines
3.7 KiB
XML
101 lines
3.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
id="@+id/root_view"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
fillViewport="true">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
background="#f5f3f6"
|
|
paddingBottom="24dp"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<View
|
|
id="@+id/vw_line_black"
|
|
background="@drawable/shape_review_black_bg"
|
|
layout_width="0dp"
|
|
layout_height="8dp"
|
|
layout_marginTop="4dp"
|
|
layout_marginStart="4dp"
|
|
layout_marginEnd="4dp"
|
|
NOT_FOUND_0x11="0"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x14="0"/>
|
|
<View
|
|
background="#ffffff"
|
|
layout_width="0dp"
|
|
layout_height="0dp"
|
|
NOT_FOUND_0x10="@+id/rv_successful"
|
|
NOT_FOUND_0x11="@+id/rv_successful"
|
|
NOT_FOUND_0x12="@+id/rv_successful"
|
|
NOT_FOUND_0x14="@+id/rv_successful"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_successful"
|
|
background="@drawable/slip_bg"
|
|
paddingBottom="16dp"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginStart="8dp"
|
|
layout_marginEnd="8dp"
|
|
NOT_FOUND_0x11="0"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x14="0"/>
|
|
<View
|
|
id="@+id/vw_line_view"
|
|
background="@drawable/shape_shadow"
|
|
layout_width="0dp"
|
|
layout_height="4dp"
|
|
layout_marginTop="8dp"
|
|
layout_marginStart="8dp"
|
|
layout_marginEnd="8dp"
|
|
NOT_FOUND_0x11="0"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x14="0"/>
|
|
<ImageView
|
|
id="@+id/iv_end_slip"
|
|
background="#00000000"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
src="@drawable/slip_curly"
|
|
scaleType="fitXY"
|
|
tint="#f5f3f6"
|
|
contentDescription="@null"
|
|
NOT_FOUND_0x10="@+id/rv_successful"
|
|
NOT_FOUND_0x11="@+id/rv_successful"
|
|
NOT_FOUND_0x12="@+id/rv_successful"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_extra_container"
|
|
paddingBottom="8dp"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x11="0"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="@+id/iv_end_slip"/>
|
|
<Button
|
|
id="@+id/bt_save_slip"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_marginTop="19dp"
|
|
text="@string/save_slip"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x13="@+id/ll_layout_extra_container"
|
|
style="@style/2132017536"/>
|
|
<TextView
|
|
id="@+id/tv_return_account_summary"
|
|
background="@drawable/ripple_rounded_dark_purple"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
text="@string/return_to_accounts"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0x11="0"
|
|
NOT_FOUND_0x12="0"
|
|
NOT_FOUND_0x13="@+id/bt_save_slip"
|
|
style="@style/2132017970"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.core.widget.NestedScrollView>
|