android 布局问题:设置两个控件的距离!
代码。我设置了2条黑色分割线,但是2个重叠在一起了。是不是我设置的有问题。正确的方法该怎么设置???<ImageViewandroid:id="@+id/baclklin...
代码。我设置了2条黑色分割线,但是2个重叠在一起了。是不是我设置的有问题。正确的方法该怎么设置???
<ImageView
android:id="@+id/baclkline1"
android:layout_width="fill_parent"
android:layout_height="1dp"
android:layout_below="@+id/recommendtitle"
android:background="#5b4240" />
<ImageView
android:id="@+id/baclkline2"
android:layout_width="fill_parent"
android:layout_height="1dp"
android:layout_below="@+id/baclkline1"
android:layout_marginBottom="1120px"
android:background="#5b4240" /> 展开
<ImageView
android:id="@+id/baclkline1"
android:layout_width="fill_parent"
android:layout_height="1dp"
android:layout_below="@+id/recommendtitle"
android:background="#5b4240" />
<ImageView
android:id="@+id/baclkline2"
android:layout_width="fill_parent"
android:layout_height="1dp"
android:layout_below="@+id/baclkline1"
android:layout_marginBottom="1120px"
android:background="#5b4240" /> 展开
2个回答
展开全部
<ImageView
android:id="@+id/baclkline1"
android:layout_width="fill_parent"
android:layout_height="1dp"
android:layout_below="@+id/recommendtitle"
android:background="#5b4240" />
<ImageView
android:id="@+id/baclkline2"
android:layout_width="fill_parent"
android:layout_height="1dp"
android:layout_below="@+id/baclkline1"
android:layout_marginBottom="1120px"
android:background="#5b4240" />
android:id="@+id/baclkline1"
android:layout_width="fill_parent"
android:layout_height="1dp"
android:layout_below="@+id/recommendtitle"
android:background="#5b4240" />
<ImageView
android:id="@+id/baclkline2"
android:layout_width="fill_parent"
android:layout_height="1dp"
android:layout_below="@+id/baclkline1"
android:layout_marginBottom="1120px"
android:background="#5b4240" />
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |