101 lines
3.7 KiB
XML
101 lines
3.7 KiB
XML
<?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="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<TextView
|
|
id="@+id/tv_header"
|
|
paddingTop="16dp"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="0dp"
|
|
style="@style/2132017876"/>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
NOT_FOUND_0x17="0"
|
|
NOT_FOUND_0x18="0"
|
|
NOT_FOUND_0x1a="0">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/cs_search_container"
|
|
background="#ffffff"
|
|
paddingBottom="16dp"
|
|
focusableInTouchMode="true"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
NOT_FOUND_0x18="0"
|
|
NOT_FOUND_0x1a="0"
|
|
NOT_FOUND_0x1c="0">
|
|
<EditText
|
|
ellipsize="end"
|
|
id="@+id/et_list_search"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
maxLines="1"
|
|
singleLine="true"
|
|
maxLength="100"
|
|
drawablePadding="8dp"
|
|
imeOptions="actionSearch"
|
|
drawableStart="@drawable/ic_search_gray"
|
|
paddingEnd="32dp"
|
|
NOT_FOUND_0x17="0"
|
|
NOT_FOUND_0x18="@+id/iv_clear"
|
|
NOT_FOUND_0x1a="0"
|
|
NOT_FOUND_0x1c="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_0x17="0"
|
|
NOT_FOUND_0x18="0"
|
|
NOT_FOUND_0x19="0"
|
|
NOT_FOUND_0x1c="0"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<View
|
|
id="@+id/v_search_separator"
|
|
NOT_FOUND_0x18="0"
|
|
NOT_FOUND_0x1a="0"
|
|
NOT_FOUND_0x1b="@+id/cs_search_container"
|
|
style="@style/2132018228"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_list"
|
|
visibility="gone"
|
|
layout_width="0dp"
|
|
layout_height="0dp"
|
|
NOT_FOUND_0x16="androidx.recyclerview.widget.LinearLayoutManager"
|
|
NOT_FOUND_0x17="0"
|
|
NOT_FOUND_0x18="0"
|
|
NOT_FOUND_0x1a="0"
|
|
NOT_FOUND_0x1b="@+id/v_search_separator"/>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
id="@+id/cs_layout_not_found"
|
|
background="#ffffff"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x1b="@+id/v_search_separator">
|
|
<TextView
|
|
id="@+id/tv_message"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_margin="24dp"
|
|
textAlignment="center"
|
|
NOT_FOUND_0x18="0"
|
|
NOT_FOUND_0x1a="0"
|
|
NOT_FOUND_0x1c="0"
|
|
style="@style/2132017920"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</LinearLayout>
|