zackzhengzx / alogcat

Automatically exported from code.google.com/p/alogcat
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
could you send the diffs?

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

GoogleCodeExporter commented 8 years ago
fixed. thanks for the feedback and ideas.

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