android GridView里一个Item有2个ImageView,怎么让这两个间隔为0

<?xmlversion="1.0"encoding="utf-8"?><RelativeLayoutxmlns:android="http://schemas.andr... <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
>

<ImageView
android:id="@+id/shujiaitem_image1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="0dp"
android:padding="0dp"
android:src="@drawable/abooktop"
/>

<ImageView
android:id="@+id/shujiaitem_image2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="0dp"
android:padding="0dp"
android:layout_alignLeft="@id/shujiaitem_image1"
android:layout_below="@id/shujiaitem_image1"
android:src="@drawable/abookbottom"
/>

</RelativeLayout>
效果图:

我想要的效果:
展开
 我来答
LindenKrebs
2014-10-14 · 超过48用户采纳过TA的回答
知道小有建树答主
回答量:88
采纳率:0%
帮助的人:68.4万
展开全部
<LinearLayout xmlns:android=http://schemas.android.com/apk/res/android
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
外面换这个试试 把
android:layout_alignLeft="@id/shujiaitem_image1"
android:layout_below="@id/shujiaitem_image1"
这些都去掉

如果还不行 我就要怀疑你的图片或者代码有问题了
追问
还是那样。。。听我们老大说好像要重写GridView...是这样吗
追答
跟那没有关系吧 你的截图不是 一个item吗  一个item他的view是inflate出来的啊  他用的布局 就是你画的这个 跟gridview么啥关系吧 你可以吧两张图片 发上来 我写一下看看
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式