37 lines
1.2 KiB
XML
37 lines
1.2 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="wrap_content"
|
|
minHeight="261dp">
|
|
<include
|
|
id="@+id/search_header"
|
|
layout="@layout/2131558870"/>
|
|
<include
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_below="@+id/search_header"
|
|
layout="@layout/2131558885"/>
|
|
<View
|
|
layout_below="@+id/search_header"
|
|
style="@style/2132018228"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_company_list"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_below="@+id/search_header"
|
|
layout_alignParentBottom="true"/>
|
|
<TextView
|
|
id="@+id/tv_info"
|
|
paddingTop="120dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/hml_business_company_search_footer_subtitle"
|
|
layout_below="@+id/search_header"
|
|
layout_alignParentBottom="true"
|
|
textAlignment="center"
|
|
paddingStart="40dp"
|
|
paddingEnd="40dp"
|
|
style="@style/2132017846"/>
|
|
</RelativeLayout>
|