Reputation: 107
about an Android app, How can I insert an icon on a Menu inflater item? (For example this (?) on a voice called "About") Regards.
Upvotes: 0
Views: 623
Reputation: 1007554
Use the android:icon
attribute on the <item>
element in your menu XML resource.
Upvotes: 2