我已经声明了以下xml代码:
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<HorizontalScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</HorizontalScrollView>
</ScrollView>
所以,正如您所知,在上面的TextView
中,我设置了大量不可变文本。我可以垂直和水平滑动。
但是,我怎么不能修改这些元素来“捏合”设备到放大和缩小?有没有可以帮助我的图书馆?