2011-06-30 137 views

回答

14

您可以用類似的東西做到這一點:(垂直位置)

<LinearLayout 
    android:orientation="vertical" 
    android:layout_width="fill_parent" 
    android:layout_height="0dip" 
    android:weightSum="100"> 
    <LinearLayout 
     android:layout_width="fill_parent" 
     android:layout_height="wrap_content" 
     android:layout_weight="60"> 
    </LinearLayout> 
</LinearLayout>` 

android:weightsum documentation