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

41 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
orientation="vertical"
background="#f5f3f6"
layout_width="match_parent"
layout_height="match_parent">
<LinearLayout
orientation="vertical"
background="#ffffff"
padding="16dp"
layout_width="match_parent"
layout_height="wrap_content">
<TextView
id="@+id/search_header"
layout_width="match_parent"
layout_height="wrap_content"
style="@style/2132017876"/>
<com.scb.phone.view.custom.common.ClearableFullWidthEditText
id="@+id/cet_search"
layout_width="match_parent"
layout_height="wrap_content"
imeOptions="actionDone"/>
</LinearLayout>
<View
background="#e4e3e5"
layout_width="match_parent"
layout_height="1dp"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/recycler_view_sequential_search"
background="#ffffff"
layout_width="match_parent"
layout_height="match_parent"/>
<include
id="@+id/view_no_item"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
layout_marginTop="36dp"
layout="@layout/2131559225"/>
</LinearLayout>