I am looking for a way to make ScrollView scale and pan in Kotlin
The question is difficult to understand due to machine translation. Sorry.
I am looking for a way to make ScrollView scale and pan in Kotlin.
Current status: Scrolling and scaling have been implemented.
Goal: In addition to the current implementation, pan is possible when the view is zoomed in.
I am just starting to learn Kotlin, so I would greatly appreciate it if you could give me more details.
Here is the current code.
ktfile
class MainActivity : AppCompatActivity() {
private var...