0
A
回答
0
你需要做的第一件事
解決方案
檢查填充物,是從「match_parent」到「FILL_PARENT」改變你的頂部的RelativeLayout的寬度屬性。
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/RelativeLayout1"
android:layout_width="fill_parent"
android:layout_height="match_parent"
...
其次,我改變你的左佈局的寬度屬性,以 「match_parent」
<LinearLayout
android:id="@+id/LinearLayout3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
...
相關問題
- 1. 不對齊正確
- 2. 不正確對齊
- 3. 對齊不正確
- 4. Android佈局正確對齊
- 5. JPanel的不對齊正確
- 6. DIV不對齊正確
- 7. CardLayout對齊不正確
- 8. 表頭不對齊正確
- 9. 正確對齊Div
- 10. CSS對齊正確
- 11. 設置正確對齊軸標籤
- 12. 將UITextField對齊設置爲正確
- 13. 材料設計Lite卡沒有正確對齊
- 14. 圖像沒有在響應式設計中正確對齊
- 15. Android RelativeLayout alignParentRight沒有正確對齊Imagview
- 16. Android - ImageView在TableLayout中未正確對齊
- 17. HTML設計對齊
- 18. 絕對定位不正確對齊
- 19. 完美對齊的Android佈局設計
- 20. 對齊正確但不打破垂直對齊
- 21. 複選框不對齊正確
- 22. CSS:display:inline-block不正確對齊div
- 23. 結構不正確對齊:System.TypeLoadException
- 24. WPF進度不會左對齊正確
- 25. 引導面板不對齊正確
- 26. 內容列不對齊正確
- 27. GridBagConstraints不正確與GridBagConstraints.EAST對齊
- 28. Ul Li標籤不能正確對齊
- 29. RelativeLayout中的按鈕對齊不正確
- 30. CSS菜單不對齊正確
做高度match_parent! – duggu
粘貼您的xml獲取詳細幫助 –
@MarkoLazić添加xml –