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

98 lines
3.8 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:attr="http://schemas.android.com/apk/res-auto"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<ScrollView
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
id="@+id/review_container"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
id="@+id/additional_info_text"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="32dp"
layout_marginBottom="16dp"
textAlignment="center"
layout_marginStart="24dp"
layout_marginEnd="24dp"
style="@style/2132017844"/>
<androidx.legacy.widget.Space
layout_width="0dp"
layout_height="1dp"
layout_weight="1"/>
<TextView
id="@+id/additional_confirm_text"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="8dp"
textAlignment="center"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017846"/>
<LinearLayout
gravity="center"
orientation="vertical"
id="@+id/ll_warning_message_layout"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="6dp"
layout_marginStart="20dp"
layout_marginEnd="20dp">
<ImageView
id="@+id/iv_warning_message_icon"
layout_width="32dp"
layout_height="32dp"
layout_marginBottom="8dp"
src="@drawable/ic_transfer_warning"/>
<TextView
textSize="20sp"
textStyle="bold"
textColor="#f05f61"
gravity="center"
id="@+id/tv_warning_message_header"
layout_width="match_parent"
layout_height="wrap_content"
layout_weight="1"
style="@style/2132017959"/>
<TextView
textSize="18sp"
textColor="#736e78"
gravity="center"
id="@+id/tv_warning_message"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017985"/>
</LinearLayout>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/button_confirm"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="18dp"
layout_marginBottom="18dp"
layout_marginStart="20dp"
layout_marginEnd="20dp"
NOT_FOUND_0x12="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x13="@string/confirm"
NOT_FOUND_0x14="@color/2131100912"
style="@style/2132017994"/>
</LinearLayout>
</ScrollView>
</RelativeLayout>