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

149 lines
5.3 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"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
id="@+id/description_layout"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="center_horizontal"
layout_width="45dp"
layout_height="45dp"
layout_marginTop="50dp"
src="@drawable/ic_check_circle_black_48dp"
tint="#06bf59"
contentDescription="@null"/>
<TextView
gravity="center"
layout_gravity="center_horizontal"
id="@+id/text_success_title"
layout_width="200dp"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/ntb_success_title"
style="@style/2132017938"/>
<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="16dp"
style="@style/2132018228"/>
<TextView
gravity="center"
id="@+id/text_full_name"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
style="@style/2132017875"/>
<LinearLayout
gravity="center_vertical"
layout_gravity="center_horizontal"
orientation="horizontal"
layout_width="wrap_content"
layout_height="wrap_content">
<ImageView
layout_width="32dp"
layout_height="26dp"
src="@drawable/ic_account_summary"
contentDescription="@null"/>
<TextView
gravity="center"
id="@+id/text_account_number"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="8dp"
style="@style/2132017890"/>
</LinearLayout>
<TextView
gravity="center"
id="@+id/label_home_branch"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/ntb_success_home_branch"
style="@style/2132017849"/>
<TextView
gravity="center_horizontal"
id="@+id/text_home_branch"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
style="@style/2132017875"/>
<LinearLayout
layout_gravity="center_horizontal"
orientation="vertical"
id="@+id/ll_account_type"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content">
<TextView
gravity="center"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/etb_select_account_type_label"
style="@style/2132017849"/>
<TextView
gravity="center_horizontal"
id="@+id/tv_account_type"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
style="@style/2132017875"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_remark"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<View style="@style/2132018228"/>
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/remark_label"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017871"/>
<TextView
id="@+id/tv_remark"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017664"/>
</LinearLayout>
</LinearLayout>
<TextView
gravity="top|center_horizontal"
id="@+id/tv_redirect_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/ntb_success_redirect_description"
layout_below="@+id/description_layout"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017851"/>
<Button
id="@+id/button_next"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/next"
layout_alignParentBottom="true"
style="@style/2132017576"/>
</RelativeLayout>