siyamed / android-satellite-menu

Android Satellite Menu
1.4k stars 644 forks source link

Add title for each menu item #15

Open pchauhan opened 10 years ago

pchauhan commented 10 years ago

How can we add menu item with text ?

shkschneider commented 10 years ago

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.

ankit662003 commented 10 years ago

@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

droidwithme commented 9 years ago

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