Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make options menu scrollable #108

Merged
merged 5 commits into from
Jun 15, 2022

Conversation

hayribakici
Copy link

fixes #83

Adds ScrollView in the options menu.

bakio86 added 5 commits May 22, 2022 12:45
- adds preferences in Customize App Drawer -> Open Keyboard
Adds `ScrollView` in the options menu.
Copy link
Owner

@jkuester jkuester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

For future me (or anyone else interested), I did some reading on ScrollView vs RecyclerView and it boils down to if you have a large collection of the exact same thing, it can be more performant to use a RecyclerView, but if you just need a scrollable screen to hold random things, ScrollView is probably what you want.

@jkuester jkuester changed the title #83 scrollable options Make options menu scrollable Jun 15, 2022
@jkuester jkuester merged commit f4c6ce2 into jkuester:master Jun 15, 2022
jkuester pushed a commit that referenced this pull request Jun 15, 2022
Co-authored-by: bakio86 <bakio86@mi.fu-berlin.de>

(cherry picked from commit f4c6ce2)
@hayribakici hayribakici deleted the #83_scrollable_options branch June 15, 2022 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make Options page Scroll-able
2 participants