Hi, I found this example the other day and it does exactly what you
are talking about:
http://www.youtube.com/watch?v=p1mS4ak-Wck
Hope that helps.

On Aug 21, 8:54 am, sdphil <[email protected]> wrote:
> I want to create a list view with limited set of items that isn't
> really going to change.
>
> Each row is going to have an image on the left and right and text in
> the middle.
>
> Can I populate that in XML (i.e. avoid writing code) ?
>
>         <ListView android:id="@+id/LimitedList"
>                   android:layout_width="fill_parent"
>                   android:layout_height="fill_parent"
>                   android:choiceMode="singleChoice">
>         </ListView>
>
> tia.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to