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

90 lines
3.3 KiB
XML
Raw 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"
id="@+id/view_group_root_request_money"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content"
layout_centerInParent="true"
layout_marginStart="24dp"
layout_marginEnd="24dp">
<ImageView
layout_gravity="center_horizontal"
layout_width="@dimen/2131166523"
layout_height="@dimen/2131166523"
src="@drawable/rtp_virgin"
adjustViewBounds="true"
contentDescription="@null"/>
<TextView
gravity="center"
layout_gravity="center_horizontal"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="32dp"
text="@string/request_to_pay_prompt_pay_is_required"
style="@style/2132017889"/>
<TextView
gravity="center"
layout_gravity="center_horizontal"
id="@+id/description_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/request_to_pay_prompt_pay_is_required_detail"
lineSpacingMultiplier="0.8"
fontPath="fonts/PSL001Pro.ttf"
style="@style/2132017923"/>
</LinearLayout>
<ImageView
id="@+id/overlay_request_money_tutorial_image_view"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent"
scaleType="fitXY"
contentDescription="@null"
elevation="9dp"/>
<RelativeLayout
orientation="vertical"
id="@+id/request_money_tutorial_relative_layout"
clickable="true"
layout_width="match_parent"
layout_height="match_parent"
elevation="9dp">
<ImageView
id="@+id/ic_arrow_right_coachmark"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="24dp"
src="@drawable/ic_arrow_right_coachmark"
layout_alignParentRight="true"
contentDescription="@null"
layout_marginEnd="16dp"
layout_alignParentEnd="true"/>
<TextView
gravity="center"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/request_to_pay_tutorial"
layout_below="@+id/ic_arrow_right_coachmark"
layout_centerHorizontal="true"
style="@style/2132017901"/>
</RelativeLayout>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/button_prompt_pay_settings"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="18dp"
layout_marginBottom="26dp"
layout_alignParentBottom="true"
layout_marginStart="20dp"
layout_marginEnd="20dp"
NOT_FOUND_0x1a="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x1b="@string/request_to_pay_prompt_pay_settings"
NOT_FOUND_0x1c="@color/2131100912"/>
</RelativeLayout>