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" />

 

posted @ 2018-04-13 21:25  富坚老贼  阅读(275)  评论(0编辑  收藏  举报