The default menus provided by Android are not very customizable.  However,
I believe there is a way to display a custom view when you click on an
ActionBar menu item...  Then you could use the ListPopupWindow and
implement the behavior you want:

https://developer.android.com/reference/android/widget/ListPopupWindow.html

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Thu, Sep 27, 2012 at 8:32 AM, Copa <
david.fortun...@present-technologies.com> wrote:

> I have a MenuItem list on a Submenu on actionbar, and I wanna set the
> view of each MenuItem with a TextView and a RadioButton, but for default
> it just allow me set the view for Checkable (menuItem.setCheckable(true)).
> Is there any way to set this MenuItems on a RadioButton option or set an
> custom view, where I can custom the view for RadioButton option?
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to