35 lines
1.1 KiB
XML
35 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<TextView
|
|
id="@+id/tv_title"
|
|
background="#f5f3f6"
|
|
paddingTop="16dp"
|
|
paddingBottom="8dp"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
text="@string/empty"
|
|
paddingStart="16dp"
|
|
paddingEnd="16dp"
|
|
style="@style/2132017849"/>
|
|
<View
|
|
background="#c9c6cd"
|
|
style="@style/2132018228"/>
|
|
<androidx.core.widget.NestedScrollView
|
|
focusable="false"
|
|
focusableInTouchMode="false"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/recycler_view"
|
|
background="#ffffff"
|
|
paddingBottom="16dp"
|
|
focusable="false"
|
|
focusableInTouchMode="false"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"/>
|
|
</androidx.core.widget.NestedScrollView>
|
|
</LinearLayout>
|