Ajay wrote: > Is there a simpler way or standard widget that I could use?
Write your own Dialog (or a Dialog-themed Activity) to look how you want. Make a "Spinner" out of TextViews and ImageButtons. When they click the ImageButton, display the Dialog or Activity for the user interaction. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _The Busy Coder's Guide to Android Development_ Version 3.0 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

