45 lines
1.5 KiB
XML
45 lines
1.5 KiB
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
background="#f5f3f6"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent">
|
||
|
<LinearLayout
|
||
|
orientation="vertical"
|
||
|
id="@+id/ll_search_container"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<TextView
|
||
|
id="@+id/tv_occupation_title"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="16dp"
|
||
|
text="@string/occupation_search_action_bar"
|
||
|
layout_marginStart="16dp"
|
||
|
layout_marginEnd="16dp"
|
||
|
style="@style/2132017876"/>
|
||
|
<include
|
||
|
id="@+id/ll_search_occupation"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_marginTop="-16dp"
|
||
|
layout="@layout/2131558879"/>
|
||
|
</LinearLayout>
|
||
|
<View
|
||
|
id="@+id/vw_separator"
|
||
|
layout_below="@+id/ll_search_container"
|
||
|
style="@style/2132018228"/>
|
||
|
<include
|
||
|
id="@+id/ll_search_empty_list"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="match_parent"
|
||
|
layout_below="@+id/vw_separator"
|
||
|
layout="@layout/2131558835"/>
|
||
|
<androidx.recyclerview.widget.RecyclerView
|
||
|
id="@+id/rv_occupation_title_search_list"
|
||
|
background="#ffffff"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content"
|
||
|
layout_below="@+id/vw_separator"/>
|
||
|
</RelativeLayout>
|