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" xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
descendantFocusability="blocksDescendants"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
descendantFocusability="blocksDescendants"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<View
|
|
id="@+id/top_view"
|
|
background="#eae7ec"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/agents_grid_view"
|
|
background="#ffffff"
|
|
paddingTop="15dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
NOT_FOUND_0x8="androidx.recyclerview.widget.GridLayoutManager"
|
|
NOT_FOUND_0x9="3"/>
|
|
<include
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout="@layout/2131559301"/>
|
|
<View
|
|
id="@+id/footer_view"
|
|
background="#eae7ec"
|
|
visibility="gone"
|
|
layout_width="match_parent"
|
|
layout_height="1dp"/>
|
|
</LinearLayout>
|
|
<include
|
|
layout_width="match_parent"
|
|
layout_height="200dp"
|
|
layout="@layout/2131559304"/>
|
|
<include
|
|
layout_width="match_parent"
|
|
layout_height="75dp"
|
|
layout="@layout/2131559010"/>
|
|
</RelativeLayout>
|