`` `
<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>
`` `当我通过布局_alignParrentRight在透明图像(在相对布局中定义)的右侧设置图像时,图像被放在移动屏幕右侧,但如果我给出图像的实际大小,那么第二张图像就位于图像的末尾,但我不想硬码图像宽度。