what-the-bank/resources/res/layout/2131559472.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:button="http://schemas.android.com/apk/res-auto"
orientation="vertical"
id="@+id/view_group_root_bulk_transfer"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<TextView
gravity="center_horizontal"
id="@+id/no_recipient_group_yet"
paddingTop="62dp"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/no_recipient_group_yet"
layout_centerHorizontal="true"
layout_centerVertical="true"
layout_marginStart="48dp"
layout_marginEnd="48dp"
style="@style/2132017886"/>
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
src="@drawable/empty_bulk_transfer"
layout_above="@+id/no_recipient_group_yet"
layout_centerHorizontal="true"/>
<TextView
gravity="center_horizontal"
id="@+id/recipients_appear_here"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
text="@string/recipient_groups_for_bulk_transfer_will_appear_here"
layout_below="@+id/no_recipient_group_yet"
layout_centerHorizontal="true"
layout_marginStart="32dp"
layout_marginEnd="32dp"
style="@style/2132017925"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/button_create_recipient_group"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="26dp"
layout_marginBottom="16dp"
layout_alignParentBottom="true"
layout_marginStart="20dp"
layout_marginEnd="16dp"
NOT_FOUND_0x1b="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x1c="@string/create_recipient_group"
NOT_FOUND_0x1d="@color/2131100912"/>
<ImageView
id="@+id/overlay_bulk_transfer_tutorial_image_view"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent"
scaleType="fitXY"
contentDescription="@null"
elevation="9dp"/>
<RelativeLayout
id="@+id/bulk_transfer_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="8dp"
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="32dp"
text="@string/click_here_to_learn_more_about_bulk_transfer"
layout_alignBaseline="@+id/ic_arrow_right_coachmark"
layout_marginStart="72dp"
layout_toStartOf="@+id/ic_arrow_right_coachmark"
style="@style/2132017901"/>
</RelativeLayout>
</RelativeLayout>