22 lines
725 B
XML
22 lines
725 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
background="#f5f3f6"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<include
|
|
id="@+id/search_header"
|
|
layout="@layout/2131558871"/>
|
|
<include
|
|
id="@+id/add_company_title"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout="@layout/2131558835"/>
|
|
<View style="@style/2132018228"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/rv_company_title_search_list"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</LinearLayout>
|