如何设计布局,使其占据相对布局的中心到底部空间。
|--------------------------|
|                          |
|                          |
|                          |
|                          |
|                          |
|--------------------------|
|            |             |
|      this will be        |
|       content            |
|            |             |
|            |             |
|--------------------------|
<RelativeLayout>[another_layout should be here]</RelativeLayout>
所以another_layout将从 RelativeLayout 的中间开始并填充到该布局的底部。