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

123 lines
4.5 KiB
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android" xmlns:attr="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="wrap_content">
<FrameLayout
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<include
id="@+id/layout_common_remittance_review"
layout="@layout/2131558876"/>
</FrameLayout>
<View
id="@+id/full_divider"
background="#c9c6cd"
style="@style/2132018228"/>
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
textColor="#736e78"
gravity="center_horizontal"
id="@+id/tv_remittance_review_remark_1"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017658"/>
<TextView
textColor="#736e78"
gravity="center_horizontal"
id="@+id/tv_remittance_review_remark_2"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017658"/>
<TextView
textColor="#736e78"
gravity="center_horizontal"
id="@+id/tv_remittance_review_remark_3"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="16dp"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017658"/>
</LinearLayout>
<LinearLayout
gravity="center"
orientation="vertical"
id="@+id/ll_warning_message_layout"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="30dp"
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="22sp"
textStyle="bold"
textColor="#f05f61"
gravity="center"
id="@+id/tv_warning_message_header"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017662"/>
<TextView
textColor="#736e78"
gravity="center"
id="@+id/tv_warning_message"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginStart="20dp"
layout_marginEnd="20dp"
style="@style/2132017658"/>
</LinearLayout>
<FrameLayout
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.DefaultButton
textColor="#ffffff"
id="@+id/btn_confirm_review_remittance"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="8dp"
layout_marginBottom="8dp"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x12="@string/confirm"
style="@style/2132017992"/>
</FrameLayout>
<FrameLayout
layout_width="match_parent"
layout_height="wrap_content">
<ImageView
layout_gravity="center"
id="@+id/remittance_logo"
visibility="gone"
layout_width="109dp"
layout_height="18dp"
layout_margin="16dp"
scaleType="fitXY"/>
</FrameLayout>
</LinearLayout>
</ScrollView>