我有TextView的不匹配滾動型的一個問題...的TextView不適合滾動型
這裏是我的代碼:
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/scrollViewSlide"
tools:ignore="UselessParent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="center">
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_margin="10dp"
android:layout_gravity="center_vertical|center_horizontal"
android:id="@+id/txtPassage"
android:textAlignment="center"
android:textIsSelectable="true"
android:textColor="#ffffff"
android:textSize="15sp"
tools:ignore="UnusedAttribute" />
</LinearLayout>
</ScrollView>
不清楚是什麼你問... –
這是一種很難解釋,我的意思是滾動型切割的TextView,例如TextView的有10條線,但它顯示7行! –