1. gridView.xml中
<LinearLayout xmlns:andro
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/blacktitle" >
<Button
android: />
<TextView
android: />
</RelativeLayout>
<GridView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:verticalSpacing="15dip"
android:horizontalSpacing="5dip"
android:numColumns="3"
android:
/>
</LinearLayout>
2. adapter.xml中
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:andro
/>
</LinearLayout>