1
A
回答
1
我會用一個垂直的LinearLayout一分爲二。
事情是這樣的:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:orientation="vertical" >
<Button
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:text="PlayingArea" />
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:orientation="horizontal" >
<Button
android:layout_width="100dp"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:text="left_lower_box" />
<Button
android:layout_width="100dp"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:text="right_lower_box" />
</LinearLayout>
</LinearLayout>
這僅僅是一個樣品;你可能不會爲你的應用使用按鈕,你需要設置高度和寬度。
1
我建議你使用LinearLayout和方向垂直,它分爲兩個部分,一個用於彈跳,另一個用於設計分數佈局。 比分佈局可以再設計一個linearLayout,方向horizantal
相關問題
- 1. 在android中創建自定義佈局
- 2. 創建自定義Android鍵盤佈局
- 3. android創建自定義形狀佈局
- 4. 在BlackBerry中創建自定義佈局
- 5. 如何在android中的佈局中創建自定義菜單?
- 6. 如何在android中創建自定義通知佈局?
- 7. 如何在android中創建自定義佈局?
- 8. 如何在android中爲seekbar創建自定義佈局?
- 9. AndroidTV - 創建自定義佈局
- 10. 創建自定義佈局ExtJs 4.1
- 11. 創建自定義佈局(背景)
- 12. 創建自定義佈局模塊
- 13. 創建自定義d3佈局
- 14. 創建自定義JSON佈局PHP
- 15. 如何創建自定義佈局?
- 16. android搜索:自定義建議佈局
- 17. 在android中的自定義佈局
- 18. 在android中的自定義佈局
- 19. Android自定義佈局(sneekbar)
- 20. 自定義Android佈局
- 21. 自定義AutoCompleteTextView佈局android
- 22. Android - 自定義AutoCompleteTextView佈局
- 23. Android自定義ListViewItem佈局
- 24. 自定義佈局的Android
- 25. Android自定義佈局
- 26. Android - 自定義佈局Inflater
- 27. Android ListView自定義佈局
- 28. 從自定義佈局創建xml佈局。可能嗎?
- 29. 關於爲Android創建自定義佈局的教程?
- 30. 如何使用自定義佈局創建android快餐欄