diff --git a/app/src/main/res/layout/fragment_notifications_viewer.xml b/app/src/main/res/layout/fragment_notifications_viewer.xml index dd3cda20..c4921847 100644 --- a/app/src/main/res/layout/fragment_notifications_viewer.xml +++ b/app/src/main/res/layout/fragment_notifications_viewer.xml @@ -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">