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

85 lines
3.2 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
id="@+id/investment_success_layout"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentLeft="true"
layout_alignParentTop="true"
layout_alignParentStart="true">
<androidx.appcompat.widget.AppCompatImageView
layout_gravity="center"
id="@+id/success_icon"
layout_width="45dp"
layout_height="45dp"
layout_marginTop="14dp"
src="@drawable/ic_check_circle_black_48dp"
contentDescription="@null"
NOT_FOUND_0x11="@color/2131099851"/>
<androidx.appcompat.widget.AppCompatImageView
layout_gravity="center"
id="@+id/success_schedule_icon"
visibility="gone"
layout_width="45dp"
layout_height="45dp"
layout_marginTop="14dp"
src="@drawable/ic_scheduled_successful"
contentDescription="@null"/>
<TextView
textColor="#06bf59"
layout_gravity="center"
id="@+id/text_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/review_success_transfer"
style="@style/2132017836"/>
<TextView
layout_gravity="center"
id="@+id/tv_sub_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017916"/>
<TextView
layout_gravity="center"
id="@+id/text_date_time"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017916"/>
<View
layout_marginTop="8dp"
layout_marginStart="16dp"
style="@style/2132018228"/>
<include layout="@layout/2131558868"/>
<LinearLayout
orientation="vertical"
id="@+id/investment_success_remark_linear_layout"
visibility="visible"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/investment_success_remark_label"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="15dp"
text="@string/purchase_remark"
textAllCaps="true"
layout_marginStart="16dp"
style="@style/2132017868"/>
<TextView
id="@+id/investment_success_remark_value"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="20dp"
layout_marginStart="16dp"
style="@style/2132017869"/>
</LinearLayout>
</LinearLayout>
</RelativeLayout>