2010-09-20 4 views

Répondre

2

Entourez votre TextView avec un ScrollView.

<ScrollView 
    android:layout_width="fill_parent" 
    android:layout_height="fill_parent"> 
    <TextView 
     android:text="lots of text" 
     android:layout_width="wrap_content" 
     android:layout_height="wrap_content" /> 
</ScrollView> 
Questions connexes