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

131 lines
5.4 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="center"
layout_width="45dp"
layout_height="45dp"
layout_marginTop="14dp"
src="@drawable/ic_check_circle_black_48dp"
tint="#06bf59"
contentDescription="@null"/>
<TextView
textColor="#06bf59"
gravity="center"
layout_gravity="center"
id="@+id/text_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/promptpay_qr_already_generated"
style="@style/2132017836"/>
<RelativeLayout
background="#ff00427a"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp">
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/thai_qr_header"
layout_centerHorizontal="true"/>
</RelativeLayout>
<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"
layout_width="200dp"
layout_height="200dp"
layout_margin="16dp"
contentDescription="@null"/>
<LinearLayout
orientation="horizontal"
background="#00000000"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="16dp"
layout_marginStart="20dp"
layout_marginEnd="20dp">
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/share_button"
background="@drawable/bg_button"
visibility="visible"
layout_width="0dp"
layout_height="40dp"
layout_weight="1"
NOT_FOUND_0x18="@drawable/ripple_rounded_purple"
NOT_FOUND_0x19="@string/promptpay_qr_share_qr"
NOT_FOUND_0x1a="@color/2131100912"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/save_qr_button"
background="@drawable/bg_button_transparent"
visibility="visible"
layout_width="0dp"
layout_height="40dp"
layout_weight="1"
layout_marginStart="16dp"
NOT_FOUND_0x18="@drawable/ripple_rounded_purple"
NOT_FOUND_0x19="@string/promptpay_qr_save_qr"
NOT_FOUND_0x1a="@color/2131100876"/>
</LinearLayout>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_marginTop="8dp"
layout_marginStart="17dp"
layout_marginEnd="8dp"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/account_number"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x17="@string/qr_code_generation_slip_pay_to_prompt_pay"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/amount"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x17="@string/amount"/>
</LinearLayout>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/create_qr_code_button"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="48dp"
layout_marginTop="16dp"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x18="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x19="@string/qr_code_generation_title"
NOT_FOUND_0x1a="@color/2131100912"/>
<TextView
layout_gravity="center_horizontal"
id="@+id/return_button"
background="@drawable/ripple_rounded_dark_purple"
padding="4dp"
clickable="true"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="32dp"
text="@string/return_to_accounts"
layout_below="@+id/buttons_container"
style="@style/2132017970"/>
</LinearLayout>
</ScrollView>