Possible Duplicate:
Scrollview vertical and horizontal in android
I want to find a view that can scroll vertically and horizontally. Because i have the following issue. I want to move the viewport around the actual view size. Do anyone know how to solve it??
Actual view size
----------------------------
| | |
| | |
| Viewport | |
| | |
| | |
|------------- |
| |
| |
|---------------------------
Thanks.