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

189 lines
8.2 KiB
XML
Raw Permalink 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">
<include
ellipsize="end"
id="@+id/toolbar"
layout="@layout/2131559376"/>
<androidx.core.widget.NestedScrollView
id="@+id/view_group_root"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent"
fillViewport="true">
<LinearLayout
orientation="vertical"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_select_sharing_account_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
text="@string/idp_select_sharing_account_title"
layout_marginStart="16dp"
layout_marginEnd="16dp"
style="@style/2132017849"/>
<TextView
id="@+id/tv_select_sharing_account_description"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/idp_select_sharing_account_description"
style="@style/2132017960"/>
<androidx.constraintlayout.widget.ConstraintLayout
gravity="center_vertical"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x16="0"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="0">
<TextView
id="@+id/tv_selected_account_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_marginBottom="8dp"
text="@string/idp_selected_account_title"
layout_marginStart="16dp"
NOT_FOUND_0x16="0"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="0"
style="@style/2132017849"/>
<TextView
id="@+id/tv_selected_account"
layout_width="wrap_content"
layout_height="0dp"
NOT_FOUND_0x16="@+id/tv_selected_account_title"
NOT_FOUND_0x17="@+id/tv_selected_account_title"
NOT_FOUND_0x19="@+id/tv_selected_account_title"
style="@style/2132017849"/>
<TextView
id="@+id/tv_selected_account_limit"
layout_width="wrap_content"
layout_height="0dp"
NOT_FOUND_0x16="@+id/tv_selected_account"
NOT_FOUND_0x17="@+id/tv_selected_account"
NOT_FOUND_0x19="@+id/tv_selected_account"
style="@style/2132017849"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<include
visibility="visible"
layout="@layout/2131559285"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_selected_account_item"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="8dp"/>
<TextView
id="@+id/tv_search_account_title"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/idp_search_account_title"
style="@style/2132017849"/>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_search_account_number_section"
background="#ffffff"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_search_account_by_no_title"
layout_width="wrap_content"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/idp_search_account_description"
style="@style/2132017876"/>
<com.scb.phone.view.custom.common.ClearableFullWidthEditText
id="@+id/et_search_account_number"
paddingBottom="24dp"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="match_parent"
inputType="number"
imeOptions="actionDone"
layout_marginStart="16dp"
layout_marginEnd="16dp"
NOT_FOUND_0x15="@string/idp_search_account_hint"
NOT_FOUND_0x1a="@integer/2131427404"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_search_result_section"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<androidx.constraintlayout.widget.ConstraintLayout
gravity="center_vertical"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x16="0"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="0">
<TextView
id="@+id/tv_count_search_result_found"
layout_width="wrap_content"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/idp_search_result_title"
NOT_FOUND_0x16="0"
NOT_FOUND_0x18="0"
NOT_FOUND_0x19="0"
style="@style/2132017849"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<include layout="@layout/2131559284"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_search_account_found"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
<LinearLayout
orientation="vertical"
id="@+id/ll_layout_eligible_account"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/tv_count_eligible_account_list"
layout_width="match_parent"
layout_height="wrap_content"
layout_margin="16dp"
text="@string/idp_eligible_account_with_count_title"
style="@style/2132017849"/>
<include layout="@layout/2131559011"/>
<include layout="@layout/2131559283"/>
<include layout="@layout/2131559029"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_eligible_account_item"
background="#ffffff"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"/>
</LinearLayout>
<RelativeLayout
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="24dp"
layout_marginBottom="16dp"
layout_marginStart="16dp"
layout_marginEnd="16dp">
<Button
enabled="false"
id="@+id/btn_select_account_next"
layout_width="match_parent"
layout_height="wrap_content"
text="@string/next"
layout_alignParentBottom="true"
style="@style/2132017576"/>
</RelativeLayout>
</LinearLayout>
</androidx.core.widget.NestedScrollView>
</LinearLayout>