An open API service indexing awesome lists of open source software.

https://github.com/artembotnev/scalablescrollview

This library is modification of android.widget.ScrollView and allows user to resize TextView, placed into it, by two fingers.
https://github.com/artembotnev/scalablescrollview

android androidview gesture scrollview

Last synced: 7 months ago
JSON representation

This library is modification of android.widget.ScrollView and allows user to resize TextView, placed into it, by two fingers.

Awesome Lists containing this project

README

          

[![](https://jitpack.io/v/ArtemBotnev/ScalableScrollView.svg)](https://jitpack.io/#ArtemBotnev/ScalableScrollView)
## Scalable ScrollView

This library is modification of android.widget.ScrollView and allows user to resize TextView,
placed into it, by two fingers.

![alt text](https://github.com/ArtemBotnev/gifs/blob/master/ssv.gif)

#### To use this, add dependensies to your project:
Jitpack repository to your root build.gradle at the end of repositories
```groovy
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
and to module level build.gradle
```groovy
dependencies {
implementation 'com.github.ArtemBotnev:ScalableScrollView:1.0.1'
}
```

#### Just replace your ScrollView with ScalableScrollView in layout.xml

```xml

```

You can also specify maxScale attribute to define maximum scale for text