-
Notifications
You must be signed in to change notification settings - Fork 740
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
[Feature Request] Make the open item fully visible when at the bottom #25
Comments
I've noticed this as well I will take a look and see what I can do today. Thanks for the suggestion. |
Indeed I know about the issue but didn't have an easy fix at hand.
|
I just tried testing this out with posting a delayed Handler for the animation duration then setting the selection on the listview to the position which automatically makes the view visible without the need to scroll down. It look's very jagged though I'm trying to find a better solution. What did you try @tjerkw ? |
Just saw this myself -- was about to submit an issue...but see it's taken care of. |
I went ahead and played with the library and I made some changes to accommodate what I had originally asked, at least to a degree that I am satisfied. Here is a list of changes I made:
Hope that helps, |
Hey Naddaf that looks like a good solution. Could you create a pull request? You could solve the dependency on android 8 with some java reflection as explained here: http://android-developers.blogspot.nl/2009/04/backward-compatibility-for-android.html |
Thanks, work like a charm! |
Just flagging this to be closed as this has been resolved with commit 8bb3591a43ca7c071dce18f5d2cc5b75145f7da2 |
Hi.
Thanks for creating this library. The feature I am asking for is the following: when an item is at the bottom of the page, clicking on that will expand the item but the expanded view is not visible (since the main item was at the bottom) and user has to scroll to make it visible. I think it would be nice to automatically scroll the list slightly to bring the expanded view into the visible area in this case.
Thanks.
The text was updated successfully, but these errors were encountered: