android控件-Containers
Posted 富坚老贼
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了 android控件-Containers相关的知识,希望对你有一定的参考价值。
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" />
以上是关于 android控件-Containers的主要内容,如果未能解决你的问题,请参考以下文章