Skip to content

Commit

Permalink
Fix items disappearing before reaching the end of the menu drawer whe…
Browse files Browse the repository at this point in the history
…n scrolled
  • Loading branch information
LunarX committed Nov 12, 2024
1 parent d005c9a commit b778521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_menu_drawer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
android:id="@+id/menuDrawerRecyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginVertical="@dimen/marginStandardSmall"
android:clipToPadding="false"
android:paddingVertical="@dimen/marginStandardSmall"
android:scrollbars="none"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
tools:itemCount="3"
Expand Down

0 comments on commit b778521

Please sign in to comment.