2010-09-20 45 views

回答

2

ScrollView環繞您的​​TextView

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