126 lines
4.4 KiB
XML
126 lines
4.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
id="@+id/layout_save_slip_root"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x15="0">
|
|
<ImageView
|
|
id="@+id/imv_bg_slip"
|
|
layout_width="0dp"
|
|
layout_height="0dp"
|
|
src="@drawable/slip_bg"
|
|
scaleType="fitXY"
|
|
contentDescription="@null"
|
|
NOT_FOUND_0xf="0"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x15="0"/>
|
|
<include
|
|
id="@+id/layout_confirmation_top_part"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x15="0"
|
|
layout="@layout/2131560125"/>
|
|
<include
|
|
id="@+id/effective_date"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x14="@+id/layout_confirmation_top_part"
|
|
layout="@layout/2131560089"/>
|
|
<TextView
|
|
textColor="#353239"
|
|
id="@+id/txv_total_points_label"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
text="@string/total_points"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x15="@+id/txv_total_points"
|
|
style="@style/2132017871"/>
|
|
<TextView
|
|
id="@+id/txv_pts"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/pts"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0xf="@+id/txv_total_points"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x15="@+id/txv_total_points"
|
|
style="@style/2132017881"/>
|
|
<TextView
|
|
textColor="#353239"
|
|
gravity="end"
|
|
id="@+id/txv_total_points"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="8dp"
|
|
NOT_FOUND_0x11="@+id/txv_total_points_label"
|
|
NOT_FOUND_0x12="@+id/txv_pts"
|
|
NOT_FOUND_0x14="@+id/effective_date"
|
|
style="@style/2132017881"/>
|
|
<FrameLayout
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginBottom="24dp"
|
|
NOT_FOUND_0xf="0"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x14="@+id/txv_total_points">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/total_paid_section"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<View
|
|
id="@+id/view5"
|
|
background="#eae7ec"
|
|
layout_width="0dp"
|
|
layout_height="1dp"
|
|
layout_marginStart="24dp"
|
|
layout_marginEnd="8dp"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x15="0"/>
|
|
<TextView
|
|
textColor="#353239"
|
|
id="@+id/txv_total_paid_label"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
text="@string/total_payable"
|
|
layout_marginStart="16dp"
|
|
NOT_FOUND_0x10="0"
|
|
NOT_FOUND_0x15="@+id/txv_total_paid"
|
|
style="@style/2132017871"/>
|
|
<TextView
|
|
id="@+id/txv_currency"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginEnd="16dp"
|
|
NOT_FOUND_0xf="@+id/txv_total_paid"
|
|
NOT_FOUND_0x13="0"
|
|
NOT_FOUND_0x15="@+id/txv_total_paid"
|
|
style="@style/2132017881"/>
|
|
<TextView
|
|
gravity="end"
|
|
id="@+id/txv_total_paid"
|
|
layout_width="0dp"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="8dp"
|
|
NOT_FOUND_0x11="@+id/txv_total_paid_label"
|
|
NOT_FOUND_0x12="@+id/txv_currency"
|
|
NOT_FOUND_0x14="@+id/view5"
|
|
style="@style/2132017881"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</FrameLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|