Browse Source
fix notification layout that cuts off at the bottom
renovate/org.robolectric-robolectric-4.x
Austin Huang
4 years ago
No known key found for this signature in database
GPG Key ID: 84C23AA04587A91F
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|