123 lines
4.7 KiB
XML
123 lines
4.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
id="@+id/root_view"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<RelativeLayout
|
|
id="@+id/investment_success_layout"
|
|
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"/>
|
|
<FrameLayout
|
|
id="@+id/layout_slip"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
layout_marginStart="8dp"
|
|
layout_marginEnd="8dp">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="@drawable/slip_bg"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
paddingTop="16dp"
|
|
paddingBottom="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
layout_gravity="center"
|
|
layout_width="45dp"
|
|
layout_height="45dp"
|
|
layout_marginTop="14dp"
|
|
src="@drawable/ic_check_circle_black_48dp"
|
|
tint="#06bf59"
|
|
contentDescription="@null"/>
|
|
<TextView
|
|
textColor="#06bf59"
|
|
layout_gravity="center"
|
|
id="@+id/tv_title"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/risk_success_title"
|
|
style="@style/2132017836"/>
|
|
<TextView
|
|
layout_gravity="center"
|
|
id="@+id/tv_date_time"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="4dp"
|
|
style="@style/2132017916"/>
|
|
<View
|
|
layout_marginTop="16dp"
|
|
style="@style/2132018228"/>
|
|
<include layout="@layout/2131558877"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</FrameLayout>
|
|
<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"/>
|
|
<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"/>
|
|
<TextView
|
|
id="@+id/tv_return"
|
|
background="@drawable/ripple_rounded_dark_purple"
|
|
padding="4dp"
|
|
clickable="true"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="24dp"
|
|
text="@string/return_to_accounts"
|
|
layout_below="@+id/buttons_container"
|
|
layout_centerHorizontal="true"
|
|
style="@style/2132017970"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/buttons_container"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/layout_slip"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<Button
|
|
id="@+id/bt_investment_save_slip"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_marginTop="24dp"
|
|
text="@string/save_slip"
|
|
style="@style/2132017536"/>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
</androidx.core.widget.NestedScrollView>
|