2010-09-02 37 views
0

在我的android應用程序中,我在scrollview中使用了一個表格,下面有一個頁腳。 現在問題是表格的最後一行被頁腳覆蓋並且不可見。 有沒有解決方案。 我的佈局xml是android中的scrollView問題

<ScrollView 
     android:id="@+id/Scroll" 
     android:layout_height="wrap_content" 
     android:layout_width="wrap_content" 
     android:layout_weight="1" 
     xmlns:android="http://schemas.android.com/apk/res/android"> 
    <TableLayout 
    android:id="@+id/SubTable" 
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content" 
    android:orientation="vertical" 

      xmlns:android="http://schemas.android.com/apk/res/android"> 
     </TableLayout> 
     </ScrollView> 

請讓我知道您寶貴的建議。 在此先感謝:)

回答