81 lines
3.0 KiB
XML
81 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<RelativeLayout
|
|
background="#f5f3f6"
|
|
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"/>
|
|
<RelativeLayout
|
|
id="@+id/layout_slip"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginStart="8dp"
|
|
layout_marginEnd="8dp">
|
|
<include layout="@layout/2131558864"/>
|
|
</RelativeLayout>
|
|
<ImageView
|
|
id="@+id/end_slip"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
src="@drawable/theme_slip_default_bottom_border"
|
|
scaleType="fitXY"
|
|
layout_below="@+id/layout_slip"
|
|
contentDescription="@null"
|
|
layout_marginStart="8dp"
|
|
layout_marginEnd="8dp"
|
|
backgroundTint="#00000000"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#00000000"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="24dp"
|
|
layout_below="@+id/layout_slip">
|
|
<Button
|
|
id="@+id/auto_save_off_save_button"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_marginBottom="16dp"
|
|
text="@string/save_slip"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017576"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/remaining_balance_text_view"
|
|
background="@drawable/bg_white_with_border"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="24dp"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/return_button"
|
|
background="@drawable/ripple_rounded_dark_purple"
|
|
padding="4dp"
|
|
clickable="true"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/easycash_success_return_button"
|
|
style="@style/2132017970"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
</androidx.core.widget.NestedScrollView>
|