If you are using a ListActivity and using this ListView list = getListView(); to retrieve your listview, you should use android:id="@android:id/list" as your listview ID
2012/10/10 Parthi K <[email protected]> > put all scroll view .....it will come list view > > > On Wed, Oct 10, 2012 at 10:45 AM, Anees Thyrantakath > <[email protected]>wrote: > >> <ListView >> android:id="@+id/rLV" >> android:layout_width="match_parent" >> android:layout_height="250dp" >> android:choiceMode="multipleChoice" > >> </ListView> >> >> Like this i designed my list view >> >> -- >> 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 >> > > -- > 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 > -- 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

