what-the-bank/resources/res/layout/2131559665.xml

98 lines
3.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
id="@+id/nsv_investment_success_container"
layout_width="match_parent"
layout_height="match_parent">
<RelativeLayout
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<View
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/rl_layout_slip"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
background="@drawable/slip_bg"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginStart="8dp"
layout_marginEnd="8dp">
<include layout="@layout/2131558869"/>
</LinearLayout>
</RelativeLayout>
<View
background="@drawable/shape_shadow"
layout_width="match_parent"
layout_height="4dp"
layout_marginTop="8dp"
layout_marginStart="8dp"
layout_marginEnd="8dp"/>
<TextView
gravity="center"
id="@+id/tv_remaining_balance"
background="@drawable/bg_white_with_border"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="24dp"
layout_below="@+id/ll_layout_buttons_container"
style="@style/2132017876"/>
<TextView
gravity="center"
id="@+id/tv_schedule_note"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="24dp"
text="@string/mf_schedule_note"
layout_below="@+id/tv_remaining_balance"
layout_centerHorizontal="true"
layout_marginStart="24dp"
layout_marginEnd="24dp"
style="@style/2132017674"/>
<TextView
id="@+id/tv_return_button"
background="@drawable/ripple_rounded_dark_purple"
focusable="true"
clickable="true"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="32dp"
text="@string/return_to_accounts"
layout_below="@+id/tv_schedule_note"
layout_centerHorizontal="true"
style="@style/2132017970"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_buttons_container"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="26dp"
layout_below="@+id/rl_layout_slip"
layout_marginStart="20dp"
layout_marginEnd="20dp">
<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>