我想中心對齊我的廠景對另一視圖2和視圖2和VIEW1都是自定義尺寸。中心對齊查看關於另一種觀點認爲
View1
|------------------------|
| |
| |
| |---------| |
| | View2 | |
| |---------| |
| |
|------------------------|
注:視圖2是在廠景的中間/中心和廠景不父,我怎麼能做到這一點?
我嘗試:
<!-- some xml of another parents -->
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<ImageView
android:id="@+id/pin"
android:layout_width="50dp"
android:layout_height="35dp"
android:src="@drawable/image"
android:layout_centerInParent="true"/>
</RelativeLayout>
<!--- long xml --->
您已經嘗試了什麼?請粘貼代碼 –
加我的榜樣,我忘了你去那裏我的朋友 –