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!
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
Post a Comment