1.RadioGroup
一组单选框容器
2.ListView
3.GridView
4.ExpandableListView
可折叠列表
5.ScrollView
上下滚动条
6.HorizontalScrollView
左右滚动条
7.TabHost
分页
8.webView
内置网页
9.SearchView
搜索框
<SearchView android:layout_width="match_parent" android:layout_height="match_parent" />
原文:https://www.cnblogs.com/buchizaodian/p/8748919.html