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:
Comments
Post a Comment