[android-developers] Re: listactivity problems

2009-08-04 Thread Carl
Great! That works. I would like to show a textview at the top of the list (saying something like Select the item). I followed an example, but I can only see it say No data. I have changed my code by adding setContentView(R.layout.mylistact), and this is what mylistact.xml looks like: ?xml

[android-developers] Re: listactivity problems

2009-08-03 Thread Mark Murphy
Carl wrote: I am trying to build a listactivity with listitems that consist of two textviews. Unfortunately I don't see anything but lines in my list. Can anyone tell me whats wrong with this code? in list_item.xml ?xml version=1.0 encoding=utf-8? LinearLayout