java.lang.Object
↳ android.view.View
↳ android.view.ViewGroup
↳ android.widget.AdapterView<android.widget.ListAdapter>
↳ android.widget.AbsListView
↳ android.widget.ListView
A view that shows items in a vertically scrolling list. The items come from the ListAdapter associated with this view.
See the List View guide.
网友评论