(Probably buggy) Renaming now moves the app correctly and searched items align to bottom.

This commit is contained in:
ottoptj 2024-05-21 02:28:21 +03:00
commit 23ff67f388
4 changed files with 86 additions and 34 deletions

View file

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