Hi All,
I'm just trying to list song items and displaying it to user for selection.
I'm using the following ListView for this purposes:

<ListView android:id="@id/android:list"
              android:layout_width="fill_parent"
              android:layout_height="fill_parent"
              android:layout_weight="1"
              android:drawSelectorOnTop="false"/>

and this list down the songs like this:
songa
songb
songc

Is there any option maybe shomething like android:numericlist which will
list the songs like this:
1.songa
2.songb
3.songc

Or may be some other elegant yet simple way to achieve the same effect.

Any help would be highly appreciated.


Thanks,
KK

-- 
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