Skip to content

Commit

Permalink
Fix: Last item hiding behind bottom nav (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
pknotfound authored Sep 6, 2020
1 parent ec4e2f1 commit 62a575e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ captures/

# IntelliJ
*.iml
.idea/
.idea/workspace.xml
.idea/tasks.xml
.idea/gradle.xml
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="0dp"
app:layout_constraintBottom_toTopOf="@id/bottomNavigation"
android:fitsSystemWindows="true">


Expand Down

0 comments on commit 62a575e

Please sign in to comment.