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

71 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
layout_width="match_parent"
layout_height="match_parent">
<androidx.constraintlayout.widget.ConstraintLayout
id="@+id/cl_search_container"
background="#ffffff"
padding="16dp"
focusableInTouchMode="true"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x12="@+id/rv_country_list"
NOT_FOUND_0x15="0"
NOT_FOUND_0x17="0">
<EditText
ellipsize="end"
id="@+id/et_country_list_search"
layout_width="match_parent"
layout_height="wrap_content"
hint="@string/remittance_input_search_country_hint"
maxLines="1"
singleLine="true"
drawablePadding="8dp"
imeOptions="actionSearch"
drawableStart="@drawable/ic_search_gray"
paddingEnd="32dp"
NOT_FOUND_0x15="0"
NOT_FOUND_0x17="0"
style="@style/2132017542"/>
<ImageView
id="@+id/iv_clear"
background="?attr/selectableItemBackgroundBorderless"
padding="8dp"
visibility="gone"
layout_width="32dp"
layout_height="32dp"
src="@drawable/ic_cross_circle"
NOT_FOUND_0x11="0"
NOT_FOUND_0x13="0"
NOT_FOUND_0x14="0"
NOT_FOUND_0x17="0"/>
</androidx.constraintlayout.widget.ConstraintLayout>
<View
id="@+id/v_search_separator"
NOT_FOUND_0x15="0"
NOT_FOUND_0x16="@+id/cl_search_container"
style="@style/2132018228"/>
<androidx.recyclerview.widget.RecyclerView
id="@+id/rv_country_list"
layout_width="0dp"
layout_height="wrap_content"
NOT_FOUND_0x13="0"
NOT_FOUND_0x15="0"
NOT_FOUND_0x16="@+id/v_search_separator"/>
<include
id="@+id/include_error"
visibility="gone"
layout_width="match_parent"
layout_height="wrap_content"
NOT_FOUND_0x13="0"
NOT_FOUND_0x15="0"
NOT_FOUND_0x17="0"
layout="@layout/2131559013"/>
<androidx.constraintlayout.widget.Group
id="@+id/group_country_list"
visibility="gone"
layout_width="wrap_content"
layout_height="wrap_content"
NOT_FOUND_0x10="cl_search_container, rv_country_list"/>
</androidx.constraintlayout.widget.ConstraintLayout>