Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ActionbarSherlock: Long-click on action item show a Toast?

When an action item is long-clicked, a Toast without text is show below the action item. Can I disable the Toast? Thanks you.

like image 900
Wayne Avatar asked Jun 08 '12 09:06

Wayne


1 Answers

If you omit a title or specify that the action item should be displayed with text then long-pressing will not toast. Otherwise the toast adds clarification of what each action item represents.

like image 159
Jake Wharton Avatar answered Nov 09 '22 04:11

Jake Wharton