There is a (Menu menu) which I've already filled with MenuItems. There is also custom dialog, which I want to use instead of standart OptionMenu. I decided to use Button instead of ItemMenuView in it.
So I fill my custom dialog with Buttons, add the icon and the text of MenuItem to every Button and as a result get a completly awful 'Menu'.
My question is, describe please step by step how to make a common Button (or not a Button) looks like a common MenuItemView.
Thaks in advance!