-1

I have created options menu it has some attributes like android:I'd, android : title,android:icon etc how can I set a image as android option menu and also I want title of the item below the icon not beside the icon

tomerpacific
  • 4,704
  • 13
  • 34
  • 52
  • Use [this](http://stackoverflow.com/questions/21861196/showing-custom-layout-on-overflow-drop-down-menu-item-android) and [this](http://keepsafe.github.io/2014/11/19/building-a-custom-overflow-menu.html) as a start. Build a custom solution. – R. Zagórski Nov 21 '16 at 15:27

1 Answers1

0

You cannot do this easily and you should not. What you explain sounds more like Tabs to me, which you could use instead. With these you'll get text below the icon out of the box.

tynn
  • 38,113
  • 8
  • 108
  • 143