android-satellite-menu icon indicating copy to clipboard operation
android-satellite-menu copied to clipboard

Add title for each menu item

Open pchauhan opened this issue 11 years ago • 3 comments

How can we add menu item with text ?

pchauhan avatar Nov 23 '13 00:11 pchauhan

SatelliteMenuItem basically only has an id and a Drawable, so the current SatelliteMenu don't support this. But you could easily do this yourself by modifying SatelliteMenuItem and its rendering.

shkschneider avatar Jan 20 '14 17:01 shkschneider

@pchauhan hi....did that today ....my code has a few things extra though (as i was doing something else as well but decided not to do it)..you just need to copy paste the two files https://www.dropbox.com/s/eibrd02xa9per7u/SatelliteMenu.java

https://www.dropbox.com/s/phpzi4a7a6uvlt2/SatelliteMenuItem.java

ankit662003 avatar Jan 27 '14 15:01 ankit662003

This link is broken. @ankit662003 please help me in do that.

droidwithme avatar May 16 '15 12:05 droidwithme