fix notification layout that cuts off at the bottom

This commit is contained in:
Austin Huang 2021-05-21 13:49:22 -04:00
parent 608f1ca41e
commit 397829942f
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
android:id="@+id/swipeRefreshLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="?attr/actionBarSize"
tools:context=".fragments.NotificationsViewerFragment">
<androidx.recyclerview.widget.RecyclerView