Android开发教程:用GridView实现Gallery的效果

2014-11-24 13:00:16 · 作者: · 浏览: 2

最近一个项目要用到Gallery的效果 由于业务的需要,必须要有GridView的功能。






item.xml




list_header.xml




main,xml




AndroidManifest.xml


< xml version="1.0" encoding="utf-8" >
android:orientation="vertical" android:layout_width="fill_parent"
android:layout_height="fill_parent" >
android:layout_height="wrap_content" android:text="@string/hello" />
android:layout_height="fill_parent" android:id="@android:id/list" android:cacheColorHint="#00000000"/>