3

When user does a long press over a menu item in an action bar, a little hint (Toast style) is showed with the title of the item.

I would like to remove that hint. Setting text to "" or "@null" is not sufficient because the Toast style box appears emtpy.

How can I remove that hint?

Thanks in advance.

Jorge Gil
  • 4,265
  • 5
  • 38
  • 57
  • Seems that you should probably just not give that item a title (probably from xml, omit the attribute): http://stackoverflow.com/questions/10946529/actionbarsherlock-long-click-on-action-item-show-a-toast – A--C Feb 24 '13 at 23:47
  • I would like to remove that Item completely. – Jorge Gil Feb 25 '13 at 20:00
  • @A--C this answer is apparently not working (anymore?) http://stackoverflow.com/a/10955386/1018177. just tried it. – Matthias Robbers Feb 26 '13 at 22:22
  • 1
    @matthias I haven't actually tried this, so I can't be sure. If you're *sure* (make the simplest test case you can) it isn't working, then leave a comment Jake's answer, maybe he'll reply. – A--C Feb 26 '13 at 23:27

0 Answers0