Anthoni wrote: > Hi Mark, > > OK, didn't know that was the ultimate "root", thanks. > So how do I get a small window to open up like the recent > applications ? > Would I need to create a custom dialog layout and go that way ?
Yes. The RecentApplicationsDialog is a dialog. If you use Google Code Search, search on: package:android recent_apps_dialog to bring up the XML for that layout. Or, search on: package:android RecentApplicationsDialog to find the source code for the whole dialog. -- 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

