Some refactoring and improved returning to home screen from app menu.

This commit is contained in:
ottoptj 2024-05-27 18:40:44 +03:00
commit 228dd2966b
4 changed files with 51 additions and 73 deletions

View file

@ -48,6 +48,7 @@
android:padding="0dp"
android:requiresFadingEdge="vertical"
android:scrollbars="none"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:stackFromEnd="true">
</androidx.recyclerview.widget.RecyclerView>