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

87 lines
3.2 KiB
XML

<?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="#f5f3f6"
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="165dp"
layout_height="144dp"
src="@drawable/rtp_enable"
contentDescription="@null"/>
<TextView
gravity="center"
layout_gravity="center_horizontal"
id="@+id/tv_header_detail"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="32dp"
text="@string/request_to_pay_is_required"
style="@style/2132017889"/>
<TextView
gravity="center"
layout_gravity="center_horizontal"
id="@+id/tv_detail"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/request_to_pay_is_required_detail"
style="@style/2132017916"/>
</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
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_request_to_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_0x18="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x19="@string/request_to_pay_settings"
NOT_FOUND_0x1a="@color/2131100912"/>
</RelativeLayout>