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>

相关文章:

  • 2021-11-04
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2021-04-04
  • 2021-08-14
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-17
  • 2022-12-23
  • 2022-12-23
  • 2021-12-25
相关资源
相似解决方案