Skip to content

Commit

Permalink
Fix scrolled content being visible behind navigation view group
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon committed Sep 27, 2020
1 parent caeab0a commit 2eab43a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/navigation_view_group.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
android:layout_width="match_parent"
android:layout_height="?attr/listPreferredItemHeightSmall"
android:gravity="center_vertical"
android:background="?android:attr/colorBackground"
android:orientation="horizontal"
android:paddingStart="?attr/listPreferredItemPaddingStart"
android:paddingEnd="?attr/listPreferredItemPaddingEnd">
Expand Down

0 comments on commit 2eab43a

Please sign in to comment.