Try using your scroller(the optical thing or the ball at the bottom of your phone) and select items in the list. If when selecting using a scroller adds the orange background, then it's simple becuase it's default behaviour of Array adapter's item wrapper.
You have to create your own ListAdapter to create views(Adapter.getView() method) to create the actual line in the list. There is a sample in the API Demos -> http://developer.android.com/intl/de/resources/samples/ApiDemos/src/com/example/android/apis/view/List4.html http://developer.android.com/intl/de/resources/samples/ApiDemos/src/com/example/android/apis/view/List14.html On 2 фев, 06:55, Jarrette <[email protected]> wrote: > man, still can't figure this one out. Very strange. -- 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

