On Fri, Jul 23, 2010 at 12:21 PM, Bret Foreman <bret.fore...@gmail.com> wrote: > I have an "About" screen defined in layout/about.xml. > > I have a menu inside my default preferences hierarchy with a title > like "Show About". Is there a way to specify in xml/preferences.xml > that about.xml should be shown when the "Show About" menu item is > selected? Any sample xml code around like that?
No, but you can add the relevant options menu methods to your PreferenceActivity subclass, as with any other activity, then load that layout into a dialog or separate activity. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 2.9 Available! -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en