How to Display Menu Icons after clicking the More item in Android
if I have an Options menu in Android开发者_如何转开发 that has more than 6 items, Android adds a More item that shows the other hidden items, AS text!
But I want the More button to display the extra items both in their text AND icon, how do I do that?
I think this is not possible, unless you code that by your self. And by "code" I mean you create a custom menu.
精彩评论