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

201 lines
6.9 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"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="match_parent">
<ImageView
layout_gravity="center"
layout_width="match_parent"
layout_height="64dp"
layout_marginTop="14dp"
src="@drawable/icon_green_tick"
contentDescription="@null"/>
<TextView
gravity="center_horizontal"
layout_gravity="center"
id="@+id/tv_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/review_success_transfer"
style="@style/2132017937"/>
<TextView
textSize="24sp"
gravity="center_horizontal"
layout_gravity="center"
id="@+id/tv_transaction_date"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="4dp"
style="@style/2132017923"/>
<TextView
textSize="24sp"
gravity="center_horizontal"
layout_gravity="center"
id="@+id/tv_ref_id"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017923"/>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="24dp"
layout_marginStart="16dp"/>
</LinearLayout>
<RelativeLayout
layout_width="match_parent"
layout_height="match_parent"
layout_marginTop="24dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
textSize="24sp"
id="@+id/tv_account_label"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/banking_success_to"
style="@style/2132017834"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentRight="true"
layout_marginStart="24dp"
layout_toEndOf="@+id/tv_account_label"
layout_alignParentEnd="true">
<LinearLayout
layout_gravity="end"
orientation="horizontal"
layout_width="wrap_content"
layout_height="wrap_content">
<ImageView
id="@+id/iv_to_icon"
layout_width="24dp"
layout_height="24dp"
NOT_FOUND_0x13="@drawable/logo_scb_new"/>
<TextView
textSize="24sp"
gravity="end"
id="@+id/tv_to_account_name"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="8dp"
style="@style/2132017834"/>
</LinearLayout>
<TextView
textSize="24sp"
gravity="end"
id="@+id/tv_to_account_no"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017849"/>
</LinearLayout>
</RelativeLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="24dp"
layout_marginStart="16dp"/>
<RelativeLayout
layout_width="match_parent"
layout_height="match_parent"
layout_marginTop="24dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
textSize="24sp"
id="@+id/tv_agent"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/banking_success_agent"
style="@style/2132017834"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentRight="true"
layout_marginStart="24dp"
layout_toEndOf="@+id/tv_agent"
layout_alignParentEnd="true">
<LinearLayout
layout_gravity="end"
orientation="horizontal"
layout_width="wrap_content"
layout_height="wrap_content">
<ImageView
id="@+id/iv_agent_icon"
layout_width="24dp"
layout_height="24dp"/>
<TextView
textSize="24sp"
gravity="end"
id="@+id/tv_agent_name"
layout_width="0dp"
layout_height="wrap_content"
layout_weight="1"
layout_marginStart="8dp"
style="@style/2132017834"/>
</LinearLayout>
<TextView
textSize="24sp"
gravity="end"
id="@+id/tv_agent_no"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017849"/>
</LinearLayout>
</RelativeLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="24dp"
layout_marginStart="16dp"/>
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
textSize="24sp"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/banking_success_amount"
style="@style/2132017834"/>
<TextView
textSize="24sp"
id="@+id/tv_amount"
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignParentRight="true"
layout_alignParentEnd="true"
style="@style/2132017834"/>
</RelativeLayout>
<View
id="@+id/view7"
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="24dp"
layout_marginStart="16dp"/>
<com.scb.phone.view.custom.common.ThaiTextView
textSize="24sp"
gravity="center_horizontal"
id="@+id/thaiTextView"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="24dp"
text="@string/banking_success_fee"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
</LinearLayout>