From 397829942f27bdf7441096e42df98fe6243f1cf1 Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Fri, 21 May 2021 13:49:22 -0400 Subject: [PATCH] fix notification layout that cuts off at the bottom --- app/src/main/res/layout/fragment_notifications_viewer.xml | 1 + 1 file changed, 1 insertion(+) 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">