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

154 lines
6.6 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<androidx.core.widget.NestedScrollView
layout_width="match_parent"
layout_height="0dp"
layout_weight="1">
<RelativeLayout
layout_width="match_parent"
layout_height="match_parent">
<ImageView
id="@+id/gift_transfer_image"
layout_width="match_parent"
layout_height="224dp"
layout_alignParentTop="true"/>
<LinearLayout
orientation="vertical"
id="@+id/gift_transfer_info_layout"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/gift_transfer_image">
<TextView
id="@+id/gift_transfer_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017836"/>
<TextView
id="@+id/gift_transfer_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017846"/>
</LinearLayout>
<TextView
id="@+id/to_text_view"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="8dp"
text="@string/to"
layout_below="@+id/gift_transfer_info_layout"
layout_marginStart="16dp"
style="@style/2132017849"/>
<View
id="@+id/bottom_divider"
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"
layout_below="@+id/to_text_view"/>
<LinearLayout
orientation="vertical"
id="@+id/recipient_layout"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/bottom_divider">
<com.scb.phone.view.custom.common.CustomSelectAccountGift
id="@+id/custom_select_account_gift"
background="#ffffff"
paddingTop="16dp"
paddingBottom="16dp"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="0dp"/>
<com.scb.phone.view.custom.transferandpay.CustomTransferAndPayBiller
id="@+id/custom_recipient_gift"
background="#ffffff"
paddingTop="16dp"
paddingBottom="16dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
paddingStart="16dp"
paddingEnd="0dp"/>
</LinearLayout>
<TextView
id="@+id/more_options_text_view"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
text="@string/note_more_options"
layout_below="@+id/recipient_layout"
textAllCaps="true"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
<View
id="@+id/more_options_divider_view"
layout_marginTop="8dp"
layout_below="@+id/more_options_text_view"
style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
id="@+id/note_layout"
background="#ffffff"
paddingTop="8dp"
paddingBottom="16dp"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content"
layout_below="@+id/more_options_divider_view"
layout_alignParentLeft="true"
layout_alignParentStart="true">
<com.scb.phone.view.custom.common.NoteEditText
id="@+id/note_edit_text"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x1a="@string/gifting_optional_text_hint"
NOT_FOUND_0x1b="160"
NOT_FOUND_0x1c="140"/>
</LinearLayout>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/gift_input_preview_button"
background="@drawable/bg_button_transparent"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="24dp"
layout_below="@+id/note_layout"
layout_marginStart="20dp"
layout_marginEnd="20dp"
NOT_FOUND_0x1d="@drawable/ripple_rounded_purple"
NOT_FOUND_0x1e="@string/preview_gift_button_text"
NOT_FOUND_0x1f="@color/2131100876"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/button_send_gift"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="18dp"
layout_marginBottom="18dp"
layout_below="@+id/gift_input_preview_button"
layout_alignLeft="@+id/gift_input_preview_button"
layout_alignRight="@+id/gift_input_preview_button"
layout_alignStart="@+id/gift_input_preview_button"
layout_alignEnd="@+id/gift_input_preview_button"
NOT_FOUND_0x1d="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x1e="@string/send_gift_button_text"
NOT_FOUND_0x1f="@color/2131100912"/>
</RelativeLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>