42 lines
1.3 KiB
XML
42 lines
1.3 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/ll_layout_job_list_empty_container"
|
|
background="#00000000"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp">
|
|
<ImageView
|
|
layout_width="48dp"
|
|
layout_height="48dp"
|
|
layout_marginTop="50dp"
|
|
layout_marginBottom="15dp"
|
|
src="@drawable/ic_search_gray"
|
|
contentDescription="@null"/>
|
|
<TextView
|
|
id="@+id/tv_not_found"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="8dp"
|
|
text="@string/occupation_not_found"
|
|
style="@style/2132017876"/>
|
|
<TextView
|
|
gravity="center_horizontal"
|
|
id="@+id/tv_not_found_instruction"
|
|
layout_width="wrap_content"
|
|
layout_height="wrap_content"
|
|
text="@string/occupation_not_found_title_suggestion"
|
|
style="@style/2132017876"/>
|
|
<Button
|
|
id="@+id/bt_add_title"
|
|
layout_width="match_parent"
|
|
layout_height="50dp"
|
|
layout_marginTop="55dp"
|
|
layout_marginBottom="18dp"
|
|
text="@string/add_button"
|
|
style="@style/2132017576"/>
|
|
</LinearLayout>
|