I have a ScrollView
that have a LinearLayout
has a child. Also LinearLayout
have 3 ImageViews
.
When i do scroll i can scroll on whole 3 ImageViews
. But i want to limit scrollable area.
How i can do that?
-------------------------------
| |
| ||
| ||
| ||
| SCROLL_VIEW |
| |
| |
| |
-------scroll limit area-------
| |
| |
| |
| |
-------------------------------
Scroll view width & height = full screen