2013-06-30 208 views
1

我有一個相對佈局,裏面有兩個線性佈局。第一個有一個圖像作爲背景,第二個有四個按鈕,一個在另一個下面。佈局項目被隱藏

<RelativeLayout android:layout_width="fill_parent" 
     android:layout_height="fill_parent" 
     android:layout_weight="1" 
     android:orientation="vertical" > 

<LinearLayout android:id="@+id/img" 
      android:layout_width="fill_parent" 
      android:layout_height="wrap_content" 
      android:background="@drawable/bg1"> 
</LinearLayout> 

<LinearLayout android:id="@+id/header_layout_select" 
      android:layout_width="fill_parent" 
      android:layout_height="wrap_content" android:layout_below="@id/img 
android:layout_alignParentBottom="true"  android:orientation="vertical" > 

<button .... > 
<button .... > 
<button .... > 
<button .... > 

</LinearLayout> 

</RelativeLayout> 

我想btn佈局低於img佈局。我的問題是,如果我在非常小的屏幕(例如2.7英寸)中運行我的應用程序,我只能看到2個第一個按鈕。我想看看所有的按鈕。

+0

我們需要看到您的按鈕屬性來提供你的問題的答案。 –

+0

<按鈕 機器人:ID = 「@ + ID/button1的」 機器人:layout_width = 「FILL_PARENT」 機器人:layout_height = 「WRAP_CONTENT」 機器人:layout_gravity = 「中心」 機器人:背景= 「@抽拉式/反式」 android:textColor =「#ffffff」/> –

回答

1

您可以添加VerticalScrollView
贊(僞代碼)

<RelativeLayout> 
<ScrollView > 
<Relativelayout> 
<linearLayout> 
</linear> 
<linear> 
<button> </button> 
<button> </button> 
<button> </button> 
<button> </button> 
</linear> 
</relative> 
</ScrollView> 
</RelativeLayout> 

如果屏幕小,您可以向下滾動