这个应该是布局的问题吧,使用相对布局,先定义图片(imageview),然后再定义文字(textview)
android:layout_height="fill_parent"
android:src="@drawable/home2"
/>
android:layout_height="wrap_content"
android:text="这是一个测试数据"
/>
向这样文字就在图片上面
item可以使用相对布局