If you have a seperate layout.xml for your listfragment, then maybe you are missing @android:id/list as id for your listview?
On Mon, Mar 19, 2012 at 11:12 AM, Mark Murphy <[email protected]>wrote: > On Sun, Mar 18, 2012 at 9:25 PM, Jim Andresakis <[email protected]> > wrote: > > Hey thanks for jumping in Mark. So no matter what subclass of fragment Im > > using I always call it from xml using just <fragment> ? > > Yes, with a class attribute identifying the implementation. > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com | http://github.com/commonsguy > http://commonsware.com/blog | http://twitter.com/commonsguy > > _The Busy Coder's Guide to *Advanced* Android Development_ Version 2.5 > 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 > -- 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

