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

158 lines
5.9 KiB
XML
Raw Permalink 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"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
id="@+id/ll_review"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<include layout="@layout/2131559377"/>
<RelativeLayout
paddingTop="16dp"
layout_width="match_parent"
layout_height="match_parent"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
id="@+id/tv_account_label"
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/banking_review_to"
style="@style/2132017834"/>
<LinearLayout
orientation="vertical"
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignParentEnd="true">
<LinearLayout
orientation="horizontal"
layout_width="wrap_content"
layout_height="wrap_content">
<ImageView
id="@+id/iv_to_icon"
layout_width="24dp"
layout_height="24dp"
layout_weight="1"
NOT_FOUND_0x11="@drawable/logo_scb_new"/>
<TextView
id="@+id/tv_to_account_name"
layout_width="wrap_content"
layout_height="wrap_content"
layout_weight="1"
layout_marginStart="8dp"
style="@style/2132017834"/>
</LinearLayout>
<TextView
gravity="end"
layout_gravity="end"
id="@+id/tv_to_account_no"
layout_width="wrap_content"
layout_height="wrap_content"
style="@style/2132017849"/>
</LinearLayout>
</RelativeLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="8dp"/>
<RelativeLayout
layout_width="match_parent"
layout_height="match_parent"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/banking_review_agent"
style="@style/2132017834"/>
<LinearLayout
orientation="horizontal"
layout_width="wrap_content"
layout_height="wrap_content"
layout_alignParentEnd="true">
<ImageView
id="@+id/iv_agent_icon"
layout_width="24dp"
layout_height="24dp"
layout_weight="1"/>
<TextView
id="@+id/tv_agent_name"
layout_width="wrap_content"
layout_height="wrap_content"
layout_weight="1"
layout_marginStart="8dp"
style="@style/2132017834"/>
</LinearLayout>
</RelativeLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="8dp"/>
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<TextView
layout_width="wrap_content"
layout_height="wrap_content"
text="@string/banking_review_amount"
style="@style/2132017834"/>
<TextView
id="@+id/tv_amount"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginStart="8dp"
layout_alignParentEnd="true"
style="@style/2132017834"/>
</RelativeLayout>
<View
background="#eae7ec"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="16dp"/>
</LinearLayout>
<com.scb.phone.view.custom.common.ThaiTextView
gravity="center_horizontal"
id="@+id/text_remark"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/banking_review_message"
layout_below="@+id/ll_review"
layout_marginStart="24dp"
layout_marginEnd="24dp"
style="@style/2132017849"/>
<com.scb.phone.view.custom.common.ThaiTextView
gravity="center_horizontal"
id="@+id/text_withdrawal_remark"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/banking_review_message_withdraw_remark"
layout_below="@+id/text_remark"
layout_marginStart="24dp"
layout_marginEnd="24dp"
style="@style/2132017849"/>
<Button
id="@+id/bt_generate_qr"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/banking_review_generate_qr"
layout_alignParentBottom="true"
style="@style/2132017576"/>
</RelativeLayout>