-1
如果layout_centerVertical或layout_centerInParent爲true,則在RelativeLayout中,垂直邊距(margin top,margin bottom)不適用於我?RelativeLayout和垂直邊距(保證金頂部,保證金底部)不適合我爲什麼?
<RelativeLayout>`
`
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginTop="900dp"
android:background="#36648b"
android:src="@drawable/ic_star_black_24dp"
/>
</RelativeLayout>`
你想做什麼? –
@Zeeshan Shabbir我只是試試 – ahmedsamir09