147 lines
5.6 KiB
XML
147 lines
5.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.core.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
id="@+id/ll_layout_card_detail"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
background="@drawable/ic_nano_background"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_qrcode_slip_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xf="0"
|
|
NOT_FOUND_0x11="0"
|
|
style="@style/2132017996"/>
|
|
<TextView
|
|
id="@+id/tv_qrcode_slip_description"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0xe="@+id/iv_image_logo"
|
|
NOT_FOUND_0xf="0"
|
|
NOT_FOUND_0x10="@+id/tv_qrcode_slip_title"
|
|
style="@style/2132017989"/>
|
|
<ImageView
|
|
id="@+id/iv_image_logo"
|
|
layout_width="40dp"
|
|
layout_height="40dp"
|
|
src="@drawable/ic_scb_logo"
|
|
NOT_FOUND_0xe="0"
|
|
NOT_FOUND_0x11="0"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
padding="16dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_qr_slip_bill_name"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017870"/>
|
|
<TextView
|
|
id="@+id/tv_qr_slip_bill_ref1"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017849"/>
|
|
<TextView
|
|
id="@+id/tv_qr_slip_bill_ref2"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017849"/>
|
|
</LinearLayout>
|
|
<View
|
|
id="@+id/divider_1"
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<LinearLayout
|
|
gravity="center"
|
|
orientation="vertical"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<ImageView
|
|
id="@+id/iv_qrcode_slip_icon"
|
|
layout_width="196dp"
|
|
layout_height="196dp"/>
|
|
<LinearLayout
|
|
gravity="center"
|
|
orientation="vertical"
|
|
id="@+id/ll_txt_qrcode_slip_vertical"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_qrcode_vertical_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017869"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_qrcode_vertical_amount"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017873"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_qrcode_vertical_description"
|
|
visibility="gone"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
style="@style/2132017846"/>
|
|
</LinearLayout>
|
|
<LinearLayout
|
|
gravity="top|center_horizontal"
|
|
orientation="horizontal"
|
|
id="@+id/ll_txt_qrcode_slip_horizontal"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="16dp"
|
|
paddingStart="8dp"
|
|
paddingEnd="8dp">
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_qrcode_horizontal_start"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_weight="1"
|
|
style="@style/2132017873"/>
|
|
<TextView
|
|
gravity="center"
|
|
id="@+id/tv_qrcode_horizontal_end"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_weight="1"
|
|
style="@style/2132017873"/>
|
|
</LinearLayout>
|
|
<View
|
|
id="@+id/divider"
|
|
background="#eae7ec"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_marginTop="16dp"/>
|
|
<TextView
|
|
id="@+id/tv_qr_slip_remark"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_margin="16dp"
|
|
style="@style/2132017869"/>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|