194 lines
7.6 KiB
XML
194 lines
7.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#4f2a81"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/image_slip_header"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
src="@drawable/theme_slip_default_header"
|
|
scaleType="fitXY"
|
|
adjustViewBounds="true"
|
|
contentDescription="@null"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
gravity="center"
|
|
background="#ff00427a"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
src="@drawable/thai_qr_header"/>
|
|
</LinearLayout>
|
|
<ImageView
|
|
layout_gravity="center_horizontal"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
src="@drawable/promptpay_logo"/>
|
|
<ImageView
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/iv_qr_code"
|
|
background="#c9c6cd"
|
|
layout_width="200dp"
|
|
layout_height="200dp"
|
|
layout_margin="16dp"
|
|
contentDescription="@null"/>
|
|
<LinearLayout
|
|
gravity="center"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<TextView
|
|
ellipsize="end"
|
|
gravity="center"
|
|
id="@+id/text_name_th"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="น้ำหวานคุณเพลินน้ำหวานคุณเพลิน น้ำ.."
|
|
maxLines="1"
|
|
style="@style/2132017880"/>
|
|
<TextView
|
|
ellipsize="end"
|
|
gravity="center"
|
|
id="@+id/text_name_en"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="Pleon Smootie Pleon Smootie Pleo…"
|
|
maxLines="1"
|
|
style="@style/2132017880"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
gravity="bottom|center_horizontal"
|
|
orientation="horizontal"
|
|
id="@+id/layout_dynamic_amount"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="16dp"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp">
|
|
<TextView
|
|
id="@+id/text_amount"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="50,000"
|
|
maxLines="1"
|
|
layout_marginEnd="8dp"
|
|
style="@style/2132017889"/>
|
|
<TextView
|
|
id="@+id/text_unit"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/mw_create_qr_bath_unit"
|
|
maxLines="1"
|
|
style="@style/2132017665"/>
|
|
</LinearLayout>
|
|
<View
|
|
id="@+id/separator1"
|
|
style="@style/2132018228"/>
|
|
<ImageView
|
|
id="@+id/image_shop_cover"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="150dp"
|
|
src="@null"/>
|
|
<View
|
|
id="@+id/separator2"
|
|
style="@style/2132018228"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/transfer_and_pay_item_title_text_view"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/mw_create_qr_pay_to_shop"
|
|
textAllCaps="true"
|
|
style="@style/2132017871"/>
|
|
<TextView
|
|
gravity="right"
|
|
layout_gravity="right"
|
|
id="@+id/text_pay_wallet_id"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="2131252352342"
|
|
style="@style/2132017881"/>
|
|
</LinearLayout>
|
|
<View
|
|
layout_marginStart="16dp"
|
|
style="@style/2132018228"/>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/transfer_account_name_label"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/mw_create_qr_account_name"
|
|
textAllCaps="true"
|
|
style="@style/2132017871"/>
|
|
<TextView
|
|
gravity="right"
|
|
layout_gravity="right"
|
|
id="@+id/text_account_name"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="2131252352342"
|
|
style="@style/2132017881"/>
|
|
</LinearLayout>
|
|
<View
|
|
layout_marginStart="16dp"
|
|
style="@style/2132018228"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
|
id="@+id/shop_reference"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x15="@string/mw_create_qr_shop_reference"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
|
id="@+id/amount"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x15="@string/amount"/>
|
|
</LinearLayout>
|
|
<View style="@style/2132018228"/>
|
|
<LinearLayout
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
gravity="center"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/mw_create_qr_shop_remark"
|
|
style="@style/2132017666"/>
|
|
</LinearLayout>
|
|
<ImageView
|
|
gravity="center"
|
|
layout_width="match_parent"
|
|
layout_height="80dp"
|
|
layout_margin="16dp"
|
|
src="@drawable/ic_mea_manee_slip_footer"
|
|
adjustViewBounds="true"/>
|
|
</LinearLayout>
|
|
</ScrollView>
|