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

Enhancement suggestion: Jump to top / Jump to bottom in context menu #22

Closed
GoogleCodeExporter opened this issue Dec 14, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

The Top/Bottom items in the option menu are very useful, but it takes a lot of 
clicks to access them.

I downloaded the code an added the menu items to the context menu also, i.e. 
the menu that appear when you long-click the ListView. The menu items are bit 
more accessible from there, I think.

To get it to work, I added android:longClickable="true" to the entry.xml, 
registered an OnCreateContextMenuListener on the ListView in the onResume() 
method and unregistered it in the onPause() method.

Again, thanks for a great App.

/Nicolai

Original issue reported on code.google.com by nicolai....@gmail.com on 3 Mar 2011 at 11:10

@GoogleCodeExporter
Copy link
Author

could you send the diffs?

Original comment by jeffrey.blattman@gmail.com on 6 Mar 2011 at 5:29

@GoogleCodeExporter
Copy link
Author

fixed. thanks for the feedback and ideas.

Original comment by jeffrey.blattman@gmail.com on 6 Mar 2011 at 7:09

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant