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

91 lines
3.7 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"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
id="@+id/bill_layout"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentLeft="true"
layout_alignParentTop="true"
layout_alignParentStart="true">
<androidx.appcompat.widget.AppCompatImageView
layout_gravity="center"
id="@+id/success_icon"
layout_width="45dp"
layout_height="45dp"
layout_marginTop="16dp"
src="@drawable/ic_check_circle_black_48dp"
contentDescription="@null"
NOT_FOUND_0x14="@color/2131099851"/>
<RelativeLayout
id="@+id/frame"
layout_width="match_parent"
layout_height="wrap_content"
layout_alignParentTop="true">
<TextView
gravity="center_horizontal"
id="@+id/successful_request"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/successful_request"
layout_centerHorizontal="true"
style="@style/2132017938"/>
<TextView
gravity="center"
layout_gravity="center_horizontal"
id="@+id/textview_date"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/use_withdraw_code"
layout_below="@+id/successful_request"
layout_centerHorizontal="true"
lineSpacingMultiplier="0.8"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017666"/>
<TextView
gravity="center"
layout_gravity="center_horizontal"
id="@+id/textview_use_withdraw_code"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="24dp"
text="@string/use_withdraw_code"
layout_below="@+id/textview_date"
layout_centerHorizontal="true"
lineSpacingMultiplier="0.8"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017666"/>
</RelativeLayout>
<View
id="@+id/divider_view"
layout_width="match_parent"
layout_height="1dp"
layout_marginStart="16dp"
style="@style/2132018228"/>
<com.scb.phone.view.custom.transferandpay.CustomCardlessWithdrawCodeItem
id="@+id/withdraw_code"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/mobile_no"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource
id="@+id/cardless_source"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
id="@+id/cardless_amount"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x13="@string/amount"/>
</LinearLayout>
</RelativeLayout>