[android-developers] New preferences and PrefFragments

2012-07-10 Thread billb
I'm probably missing something straightforward, however, I cannot figure out how to organize my application settings/prefrences using the new pref_header.xml preferences now that the old method is deprecated. I am trying to get the main settings screen (the first screen displayed by onCreate)

Re: [android-developers] New preferences and PrefFragments

2012-07-10 Thread Mark Murphy
On Sat, Jul 7, 2012 at 7:08 PM, billb b...@briskynet.com wrote: Question: If there's only one fragment is there a way to skip showing the header and then just show the contents of the fragment? Not that I am aware of, other than by bypassing the headers and using the original API. -- Mark