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>
效果图:
我想要的效果: 展开
<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>
效果图:
我想要的效果: 展开
展开全部
<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"
这些都去掉
如果还不行 我就要怀疑你的图片或者代码有问题了
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么啥关系吧 你可以吧两张图片 发上来 我写一下看看
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询