72 lines
2.4 KiB
XML
72 lines
2.4 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
orientation="vertical"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_margin="16dp">
|
||
|
<TextView
|
||
|
layout_gravity="center_horizontal"
|
||
|
id="@+id/tv_title"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
textAlignment="center"
|
||
|
style="@style/2132017875"/>
|
||
|
<RelativeLayout
|
||
|
layout_gravity="center_horizontal"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="8dp">
|
||
|
<ImageView
|
||
|
id="@+id/img_account_no_logo"
|
||
|
layout_width="32dp"
|
||
|
layout_height="26dp"
|
||
|
src="@drawable/ic_account_summary"
|
||
|
layout_centerVertical="true"
|
||
|
contentDescription="@null"/>
|
||
|
<TextView
|
||
|
gravity="center_vertical"
|
||
|
id="@+id/tv_account_number"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="39dp"
|
||
|
layout_marginStart="8dp"
|
||
|
layout_toEndOf="@+id/img_account_no_logo"
|
||
|
style="@style/2132017890"/>
|
||
|
</RelativeLayout>
|
||
|
<TextView
|
||
|
layout_gravity="center_horizontal"
|
||
|
id="@+id/tv_branch_title"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/etb_success_home_branch_title"
|
||
|
style="@style/2132017849"/>
|
||
|
<TextView
|
||
|
layout_gravity="center_horizontal"
|
||
|
id="@+id/tv_branch_desc"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
style="@style/2132017875"/>
|
||
|
<TextView
|
||
|
layout_gravity="center_horizontal"
|
||
|
id="@+id/tv_account_type_title"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/etb_success_account_type_title"
|
||
|
style="@style/2132017849"/>
|
||
|
<TextView
|
||
|
layout_gravity="center_horizontal"
|
||
|
id="@+id/tv_account_type_desc"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/etb_success_account_type_desc_1"
|
||
|
style="@style/2132017875"/>
|
||
|
<TextView
|
||
|
layout_gravity="center_horizontal"
|
||
|
id="@+id/tv_bonus"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/etb_success_account_type_desc_2"
|
||
|
style="@style/2132017875"/>
|
||
|
</LinearLayout>
|