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

173 lines
7.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:button="http://schemas.android.com/apk/res-auto"
orientation="vertical"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent">
<include layout="@layout/2131559376"/>
<include layout="@layout/2131559301"/>
<LinearLayout
gravity="center"
orientation="vertical"
id="@+id/no_favourites_linear_layout"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent"
layout_margin="24dp">
<ImageView
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="24dp"
src="@drawable/ic_star_black_36dp"
tint="#f3b32a"
contentDescription="@null"/>
<TextView
gravity="center"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="13dp"
text="@string/quick_top_up_no_favourites"
style="@style/2132017876"/>
<TextView
gravity="center"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="20dp"
text="@string/quick_top_up_no_favourites_detail"
style="@style/2132017916"/>
<TextView
gravity="center"
id="@+id/how_to_quick_top_up_text_view"
background="@drawable/ripple_rounded_dark_purple"
padding="4dp"
clickable="true"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/how_to_quick_top_up"
style="@style/2132017963"/>
</LinearLayout>
<ScrollView
id="@+id/favourites_scroll_view"
visibility="gone"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<LinearLayout
orientation="vertical"
id="@+id/modify_quick_top_up_linear_layout"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="12dp"
text="@string/select_from_favourite_top_up"
textAllCaps="true"
layout_marginStart="12dp"
style="@style/2132017919"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/favourite_recycler_view"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content"/>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"/>
<FrameLayout
id="@+id/fragment_account_source_select"
layout_width="match_parent"
layout_height="wrap_content"/>
<TextView
id="@+id/reference_label_text_view"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="12dp"
textAllCaps="true"
layout_marginStart="12dp"
style="@style/2132017919"/>
<TextView
id="@+id/reference_text_view"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="12dp"
layout_marginStart="12dp"
style="@style/2132017881"/>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"/>
<TextView
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="12dp"
text="@string/amount"
textAllCaps="true"
layout_marginStart="12dp"
style="@style/2132017919"/>
<include
id="@+id/amount_view_group_progress"
layout_width="match_parent"
layout_height="65dp"
layout="@layout/2131559301"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/amount_recycler_view"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
<com.google.android.material.textfield.TextInputLayout
theme="@style/2132017488"
id="@+id/amount_text_input"
background="#ffffff"
paddingTop="8dp"
paddingBottom="24dp"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<com.scb.phone.view.custom.common.AmountEditText
gravity="end"
id="@+id/amount_value_edit_text"
layout_width="match_parent"
layout_height="wrap_content"
inputType="numberDecimal"
imeOptions="actionDone"
style="@style/2132017957"/>
</com.google.android.material.textfield.TextInputLayout>
<TextView
gravity="end"
id="@+id/remaining_limit_text_view"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginBottom="12dp"
layout_marginStart="12dp"
layout_marginEnd="12dp"
style="@style/2132017844"/>
<View
background="#c9c6cd"
layout_width="match_parent"
layout_height="1dp"/>
</LinearLayout>
<include
id="@+id/switch_relative_layout"
layout="@layout/2131559316"/>
<com.scb.phone.view.custom.common.DefaultButton
id="@+id/button_continue"
background="@drawable/bg_button"
layout_width="match_parent"
layout_height="50dp"
layout_marginTop="26dp"
layout_marginBottom="26dp"
layout_marginStart="20dp"
layout_marginEnd="20dp"
NOT_FOUND_0x18="false"
NOT_FOUND_0x19="@drawable/ripple_rounded_dark_purple"
NOT_FOUND_0x1a="@string/review_setup"
NOT_FOUND_0x1b="@color/2131100912"/>
</LinearLayout>
</ScrollView>
</LinearLayout>