how to change Android overflow menu icon -


how change overflow menu icon on far right of action bar seen in image below? holo theme specifies 3 row black stack icon default , want else. can't seem find solution this. have looked @ documentation on http://developer.android.com/guide/topics/ui/menus.html doesn't seem lend help.

thanks!

"actionbar"

define custom style: example, let's call customoverflow.

in style set android:src picture use. create style parent theme.holo.

in style need define:

<item name="android:actionoverflowbuttonstyle">@style/customoverflow</item> 

i tested , works.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -