Mark Murphy wrote: > Please re-read the PDF I linked to several messages ago. You can get > source code that matches that excerpt from: > > http://commonsware.com/Android > > (click on the Source Code link, and look in the FancyLists directory in > the ZIP file)
Also, you might wish to read: http://developer.android.com/reference/android/app/ListActivity.html "To do this, your own view MUST contain a ListView object with the id @android:id/list". You appear to be confusing row layouts and the overall activity layout. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, $35/Year --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

