Hide icon of three dots in option menu android -


i need put 2 icons on action bar , hide 3 dots of default menu option when press options button of phone should show items , how can ?

here menu overflow button style:

<style name="widget.holo.actionbutton.overflow"> <item name="android:src">@android:drawable/ic_menu_moreoverflow_holo_dark</item> <item name="android:background">?android:attr/actionbaritembackground</item> <item name="android:contentdescription">@string/action_menu_overflow_description</item> 

see more attributes android sdk installation, in platforms/android-xx/data/res/values/style.xml

and here officially documentation telling how customize action bar most:

customizing actionbar


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -