245 lines
9.9 KiB
XML
245 lines
9.9 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
id="@+id/root_view_successful"
|
||
|
background="#f5f3f6"
|
||
|
descendantFocusability="blocksDescendants"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<ImageView
|
||
|
id="@+id/overlay_qr_code_tutorial_image_view"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
scaleType="fitXY"
|
||
|
contentDescription="@null"
|
||
|
elevation="9dp"/>
|
||
|
<RelativeLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/qr_code_section_relative_layout"
|
||
|
paddingBottom="108dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_alignParentBottom="true"
|
||
|
elevation="9dp">
|
||
|
<TextView
|
||
|
id="@+id/qr_code_section_coachmark_description"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
text="@string/successful_qr_code_coachmark_transfer_description"
|
||
|
layout_marginEnd="56dp"
|
||
|
layout_alignParentEnd="true"
|
||
|
style="@style/2132017901"/>
|
||
|
<ImageView
|
||
|
id="@+id/ic_arrow_right_coachmark"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="8dp"
|
||
|
src="@drawable/ic_arrow_right_coachmark"
|
||
|
layout_below="@+id/qr_code_section_coachmark_description"
|
||
|
contentDescription="@null"
|
||
|
scaleY="-1"
|
||
|
layout_marginEnd="48dp"
|
||
|
layout_alignParentEnd="true"/>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/ic_arrow_right_coachmark"
|
||
|
paddingStart="16dp"
|
||
|
paddingEnd="22dp"
|
||
|
paddingVertical="@dimen/2131165495">
|
||
|
<ImageView
|
||
|
layout_gravity="center_vertical"
|
||
|
layout_width="24dp"
|
||
|
layout_height="24dp"
|
||
|
src="@drawable/qr_code_icon"
|
||
|
contentDescription="@null"/>
|
||
|
<TextView
|
||
|
id="@+id/qr_code_section_coachmark_header"
|
||
|
layout_width="0dp"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/successful_qr_code_transfer_header"
|
||
|
layout_weight="1"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017665"/>
|
||
|
<ImageView
|
||
|
layout_gravity="center_vertical"
|
||
|
id="@+id/expand_icon_image_view"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/ic_expand_more_black_24dp"
|
||
|
contentDescription="@null"/>
|
||
|
</LinearLayout>
|
||
|
</RelativeLayout>
|
||
|
<androidx.core.widget.NestedScrollView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<RelativeLayout
|
||
|
id="@+id/bill_payment_layout"
|
||
|
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_marginHorizontal="@dimen/2131165456"/>
|
||
|
<RelativeLayout
|
||
|
id="@+id/layout_slip"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginHorizontal="@dimen/2131165477">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="@drawable/slip_bg"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<include layout="@layout/2131558884"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/additional_recycler_view"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="8dp"/>
|
||
|
</LinearLayout>
|
||
|
</RelativeLayout>
|
||
|
<View
|
||
|
id="@+id/line_view"
|
||
|
background="@drawable/shape_shadow"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="4dp"
|
||
|
layout_marginTop="8dp"
|
||
|
layout_marginHorizontal="@dimen/2131165477"/>
|
||
|
<ImageView
|
||
|
id="@+id/end_slip"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
src="@drawable/slip_curly"
|
||
|
scaleType="fitXY"
|
||
|
tint="#f5f3f6"
|
||
|
layout_alignBottom="@+id/layout_slip"
|
||
|
contentDescription="@null"
|
||
|
layout_alignStart="@+id/layout_slip"
|
||
|
layout_alignEnd="@+id/layout_slip"/>
|
||
|
<FrameLayout
|
||
|
id="@+id/fl_fragment_contextual_ads"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/buttons_container"
|
||
|
paddingVertical="@dimen/2131165495"/>
|
||
|
<TextView
|
||
|
id="@+id/return_button"
|
||
|
background="@drawable/ripple_rounded_dark_purple"
|
||
|
padding="4dp"
|
||
|
clickable="true"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginBottom="14dp"
|
||
|
text="@string/return_to_home"
|
||
|
layout_below="@+id/fl_fragment_contextual_ads"
|
||
|
layout_centerHorizontal="true"
|
||
|
style="@style/2132017970"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_void_remark_container"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/layout_slip"
|
||
|
layout_marginHorizontal="@dimen/2131165477"
|
||
|
layout_marginVertical="@dimen/2131165433">
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
id="@+id/iv_void_remark"
|
||
|
layout_width="25dp"
|
||
|
layout_height="25dp"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_void_remark_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp"
|
||
|
style="@style/2132017867"/>
|
||
|
<TextView
|
||
|
gravity="center"
|
||
|
id="@+id/tv_void_remark_description"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017920"/>
|
||
|
</LinearLayout>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/buttons_container"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/ll_void_remark_container"
|
||
|
layout_marginStart="20dp"
|
||
|
layout_marginEnd="20dp">
|
||
|
<Button
|
||
|
id="@+id/auto_save_off_donations_save_button"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
layout_marginTop="24dp"
|
||
|
text="@string/save_slip"
|
||
|
style="@style/2132017576"/>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
background="#00000000"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
layout_marginBottom="16dp">
|
||
|
<Button
|
||
|
id="@+id/share_button"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="50dp"
|
||
|
text="@string/share_slip"
|
||
|
style="@style/2132017536"/>
|
||
|
<Button
|
||
|
id="@+id/auto_save_off_share_button"
|
||
|
visibility="gone"
|
||
|
layout_width="0dp"
|
||
|
layout_height="50dp"
|
||
|
text="@string/share_slip"
|
||
|
layout_weight="1"
|
||
|
style="@style/2132017536"/>
|
||
|
<Button
|
||
|
id="@+id/share_moment_button"
|
||
|
visibility="gone"
|
||
|
layout_width="0dp"
|
||
|
layout_height="50dp"
|
||
|
text="@string/share_moment"
|
||
|
layout_weight="1"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017536"/>
|
||
|
<Button
|
||
|
id="@+id/auto_save_off_save_button"
|
||
|
visibility="gone"
|
||
|
layout_width="0dp"
|
||
|
layout_height="50dp"
|
||
|
text="@string/save_slip"
|
||
|
layout_weight="1"
|
||
|
layout_marginStart="20dp"
|
||
|
style="@style/2132017576"/>
|
||
|
</LinearLayout>
|
||
|
</LinearLayout>
|
||
|
<include
|
||
|
id="@+id/qr_code_layout"
|
||
|
visibility="gone"
|
||
|
layout="@layout/2131558875"/>
|
||
|
</RelativeLayout>
|
||
|
</androidx.core.widget.NestedScrollView>
|
||
|
</RelativeLayout>
|