84 lines
3.0 KiB
XML
84 lines
3.0 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
|
||
|
gravity="center_horizontal"
|
||
|
orientation="vertical"
|
||
|
background="#4f2a81"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp"
|
||
|
src="@drawable/slip_header"
|
||
|
contentDescription="@null"/>
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="24dp">
|
||
|
<ImageView
|
||
|
layout_gravity="center_horizontal"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
src="@drawable/thai_qr_header"/>
|
||
|
<ImageView
|
||
|
layout_gravity="center"
|
||
|
layout_width="140dp"
|
||
|
layout_height="48dp"
|
||
|
layout_marginTop="16dp"
|
||
|
src="@drawable/promptpay_logo"
|
||
|
contentDescription="@null"/>
|
||
|
<ImageView
|
||
|
layout_gravity="center_horizontal"
|
||
|
id="@+id/iv_qr_code"
|
||
|
padding="8dp"
|
||
|
layout_width="240dp"
|
||
|
layout_height="240dp"
|
||
|
src="#ff424242"
|
||
|
contentDescription="@null"/>
|
||
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
||
|
id="@+id/account_number"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
NOT_FOUND_0x11="@string/qr_code_generation_slip_pay_to_prompt_pay"/>
|
||
|
<LinearLayout
|
||
|
orientation="horizontal"
|
||
|
id="@+id/transfer_and_pay_item_linear_layout"
|
||
|
padding="16dp"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
layout_gravity="center"
|
||
|
layout_width="wrap_content"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/amount"
|
||
|
textAllCaps="true"
|
||
|
style="@style/2132017871"/>
|
||
|
<TextView
|
||
|
gravity="right"
|
||
|
layout_gravity="end"
|
||
|
id="@+id/amount_text_view"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginStart="16dp"
|
||
|
style="@style/2132017881"/>
|
||
|
</LinearLayout>
|
||
|
<TextView
|
||
|
gravity="right"
|
||
|
layout_gravity="end"
|
||
|
id="@+id/payer_specify_amount_text_view"
|
||
|
paddingBottom="16dp"
|
||
|
visibility="gone"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
text="@string/qr_code_generation_slip_specify_amount"
|
||
|
paddingEnd="16dp"
|
||
|
style="@style/2132017876"/>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
layout_width="match_parent"
|
||
|
layout_height="48dp"/>
|
||
|
</LinearLayout>
|