如何設計佈局,使其佔據相對佈局的底部空間的中心。如何將中心置於相對佈局的底部空間?
|--------------------------|
| |
| |
| |
| |
| |
|--------------------------|
| | |
| this will be |
| content |
| | |
| | |
|--------------------------|
<RelativeLayout>[another_layout should be here]</RelativeLayout>
所以another_layout將從RelativeLayout的中間開始,填補了該佈局的底部。
其實layout_alignParentBottom不會工作。可能是我的佈局圖片讓你困惑。我的佈局結構是這樣的 [此處的內容.....] RelativeLayout> –
jquery404
這是否意味着您希望您的內容位於屏幕中間的某個位置? – Aditya
是的,說我想要一個LinearLayout。它將從屏幕中間開始,其高度將爲屏幕高度的一半。 – jquery404