97 lines
4.0 KiB
XML
97 lines
4.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout 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">
|
|
<RelativeLayout
|
|
id="@+id/slip_container"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<ImageView
|
|
id="@+id/cardless_successful_icon"
|
|
layout_width="45dp"
|
|
layout_height="45dp"
|
|
layout_marginTop="24dp"
|
|
src="@drawable/ic_check_circle_black_48dp"
|
|
tint="#06bf59"
|
|
layout_centerHorizontal="true"
|
|
contentDescription="@null"/>
|
|
<TextView
|
|
id="@+id/successful_request_screenshot"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="@string/successful_request"
|
|
layout_below="@+id/cardless_successful_icon"
|
|
layout_centerHorizontal="true"
|
|
style="@style/2132017936"/>
|
|
<TextView
|
|
gravity="center"
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/date_text_view"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="8dp"
|
|
text="17 feb 2016"
|
|
layout_below="@+id/successful_request_screenshot"
|
|
layout_centerHorizontal="true"
|
|
layout_marginStart="32dp"
|
|
layout_marginEnd="32dp"
|
|
style="@style/2132017843"/>
|
|
<TextView
|
|
gravity="center"
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/textview_use_withdraw_code_screenshot"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="24dp"
|
|
text="@string/use_withdraw_code"
|
|
layout_below="@+id/date_text_view"
|
|
layout_centerHorizontal="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017843"/>
|
|
<View
|
|
id="@+id/divider_view_screenshot"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"
|
|
layout_below="@+id/textview_use_withdraw_code_screenshot"
|
|
layout_marginStart="16dp"
|
|
style="@style/2132018228"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomCardlessWithdrawCodeItem
|
|
id="@+id/withdraw_code_screenshot"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/divider_view_screenshot"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
|
id="@+id/mobile_no_screenshot"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/withdraw_code_screenshot"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPaySource
|
|
id="@+id/cardless_source_screenshot"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/mobile_no_screenshot"/>
|
|
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayItem
|
|
id="@+id/cardless_amount_screenshot"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_below="@+id/cardless_source_screenshot"
|
|
NOT_FOUND_0xf="@string/amount"/>
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
layout_gravity="center_horizontal"
|
|
id="@+id/textview_previous_withdraw_code_screenshot"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginTop="24dp"
|
|
layout_marginBottom="32dp"
|
|
text="@string/previous_withdraw_code_screenshot"
|
|
layout_below="@+id/cardless_amount_screenshot"
|
|
layout_centerHorizontal="true"
|
|
layout_marginStart="16dp"
|
|
layout_marginEnd="16dp"
|
|
style="@style/2132017843"/>
|
|
</RelativeLayout>
|
|
</RelativeLayout>
|