43 lines
1.4 KiB
XML
43 lines
1.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
gravity="center_horizontal"
|
|
orientation="vertical"
|
|
id="@+id/job_list_empty_container"
|
|
background="#f5f3f6"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<ImageView
|
|
layout_width="48dp"
|
|
layout_height="48dp"
|
|
layout_marginTop="50dp"
|
|
layout_marginBottom="18dp"
|
|
src="@drawable/ic_search_gray"/>
|
|
<TextView
|
|
id="@+id/tv_not_found"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="8dp"
|
|
text="@string/hml_company_search_no_results_title"
|
|
style="@style/2132017883"/>
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
id="@+id/tv_not_found_instruction"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_company_search_no_results_text"
|
|
paddingStart="14dp"
|
|
paddingEnd="14dp"
|
|
style="@style/2132017846"/>
|
|
<Button
|
|
id="@+id/button_add_title"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_marginTop="22dp"
|
|
layout_marginBottom="18dp"
|
|
text="@string/hml_company_search_add_button"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|