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

80 lines
2.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="center"
layout_width="45dp"
layout_height="45dp"
layout_marginTop="16dp"
src="@drawable/ic_check_circle_black_48dp"
tint="#06bf59"
contentDescription="@null"/>
<TextView
gravity="center_horizontal"
id="@+id/text_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/etb_success_contractual"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017938"/>
<TextView
layout_gravity="center"
id="@+id/tv_date_time"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017666"/>
<TextView
layout_gravity="center"
id="@+id/tv_ref_id"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017666"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"/>
<com.scb.phone.view.custom.investment.CustomSuccessInformation
layout_gravity="center_horizontal"
id="@+id/success_information"
layout_width="wrap_content"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="16dp"
layout="@layout/2131559364"/>
<com.scb.phone.view.custom.CustomInformationList
id="@+id/custom_information_list_opening_deposit"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x12="@string/etb_review_info_opening_deposit_header"
layout="@layout/2131559049"/>
<com.scb.phone.view.custom.CustomInformationList
id="@+id/custom_information_list_monthly_deduction"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x12="@string/etb_review_info_monthly_deduction_header"
layout="@layout/2131559049"/>
<View style="@style/2132018228"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/mf_onboarding_success_remark_label"
style="@style/2132017871"/>
<LinearLayout
orientation="vertical"
id="@+id/container_remarks"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
paddingStart="16dp"
paddingEnd="16dp"/>
</LinearLayout>