Browse Source

fix notification layout that cuts off at the bottom

renovate/org.robolectric-robolectric-4.x
Austin Huang 3 years ago
parent
commit
397829942f
No known key found for this signature in database GPG Key ID: 84C23AA04587A91F
  1. 1
      app/src/main/res/layout/fragment_notifications_viewer.xml

1
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">
<androidx.recyclerview.widget.RecyclerView

Loading…
Cancel
Save