How to obtain the view generated for Android options menu?
I'm using Android 2.2 API and intercept "onPrepareOptionsMenu".
After that I need somehow obtain the View of the Options Menu generated by Android. I need to change the View of Menu itself with more precise control than Menu API allows.
Shortly: I need to obtain the View of Options Menu as soon as the开发者_运维问答 Menu is displayed after "Menu" button pressed.
Is it possible?
Thanks.
精彩评论