ListView

作者: acc8226 | 来源:发表于2017-02-22 19:42 被阅读13次

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.

相关文章

网友评论

      本文标题:ListView

      本文链接:https://www.haomeiwen.com/subject/jsgmwttx.html