[android-developers] ContextMenu/AlertDialog with footer view (to add checkbox for 'make default' option)
Is there a standard way to add a footer to a context menu, in which I
can add a checkbox to make the selected option the default one? Similar
to the context menu that comes up when choosing the default home screen
for example.
From the Api docs for ContextMenu I see that you can set a header view,
but not a footer view. Same for the AlertDialog, also only has a
setCustomTitle() method, but nothing for the footer.
Does this need to be done via a custom (alert) dialog? I would be
wondering if nobody has yet developed such a component yet in case it's
not possible through the standard SDK api. Any standalone open source
component out there (beside the Android source code itself)?
--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home