ListView

java.lang.Object
↳ android.view.View
↳ android.view.ViewGroup
↳ android.widget.AdapterView
↳ 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.

你可能感兴趣的:(ListView)