如何放大TextView?

时间:2016-10-10 12:41:45

标签: android textview scrollview zoom

我已经声明了以下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中,我设置了大量不可变文本。我可以垂直和水平滑动。

但是,我怎么不能修改这些元素来“捏合”设备到放大和缩小?有没有可以帮助我的图书馆?

1 个答案:

答案 0 :(得分:0)

而不是WebView您可以尝试使用THIS库(这是一个自定义TextView),当使用捏合手势时,它会重新调整文本大小。