How Do I Add A Button As A Menu Item?
This is probably very easy. I just can't seem to get it done. How do I add a button as a menu item? So far I am only able to add texts. Here is what I have:
Solution 1:
Try adding android:icon
to your <item>
, as right now, there is no icon to be displayed.
Post a Comment for "How Do I Add A Button As A Menu Item?"