Re: [android-beginners] Showing a screen from a preference selection

2010-07-23 Thread Mark Murphy
On Fri, Jul 23, 2010 at 12:21 PM, Bret Foreman 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

[android-beginners] Showing a screen from a preference selection

2010-07-23 Thread Bret Foreman
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 t