2010-09-02 7 views
0

Dans mon application android j'utilise une table à l'intérieur d'un scrollview et en dessous il y a un pied de page. Maintenant, le problème est la dernière rangée de la table est couverte par le pied de page et n'est pas visible. Y a-t-il une solution pour cela? Ma mise en page XML estproblème scrollView dans android

<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> 

S'il vous plaît laissez-moi savoir vos suggestions précieuses. Merci d'avance :)

Répondre