`
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/round" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:background="@drawable/round" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:background="@drawable/round" />
</RelativeLayout>
`当我通过layout_alignParentRight将图像设置在透明图像(在相对布局中定义)的右侧时,图像放在移动屏幕的右侧,但是如果我给出图像的实际尺寸,那么第二个图像就是放置的位置在图像的末尾,但我不想硬编码图像的宽度。
答案 0 :(得分:0)
您应该链接布局图片,以便更好地了解您的问题。
答案 1 :(得分:0)
在第一张Imageview中
SET android:layout_aliginparentleft="true"
我希望问题能解决。