41 lines
1.4 KiB
XML
41 lines
1.4 KiB
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/custom_toolbar"
|
|
layout="@layout/2131559376"/>
|
|
<include
|
|
id="@+id/no_message_layout"
|
|
visibility="gone"
|
|
layout="@layout/2131560212"/>
|
|
<androidx.core.widget.NestedScrollView
|
|
id="@+id/scroll_view"
|
|
visibility="visible"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<LinearLayout
|
|
orientation="vertical"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content">
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
id="@+id/notification_recycler_view"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="wrap_content"
|
|
layout_marginBottom="1dp"
|
|
overScrollMode="never"/>
|
|
<include
|
|
id="@+id/custom_progress"
|
|
background="#ffffff"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
layout_marginBottom="16dp"
|
|
layout_below="@+id/toolbar"
|
|
layout="@layout/2131559307"/>
|
|
</LinearLayout>
|
|
</androidx.core.widget.NestedScrollView>
|
|
</LinearLayout>
|