jerryfan2000 wrote: > is there any workaround to simulate similar function?
Carefully design the rows that go into the ListView so they all line up properly. Or use GridView. Or use TableLayout in a ScrollView. Or create your own multi-column list widget by subclassing AdapterView and rolling your own code. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

