I am trying to build an app where the main activity involves a scrollable subway map. It will have buttons integrated on every subway station. I am stuck because I have no idea how to make a background scrollable, furthermore, allowing my buttons to scroll with the background. I also need the scrolling to scroll in x and y dimensions.
Asked
Active
Viewed 91 times
0
-
"Any input wuold be much appreciated. :D" - exactly! – Eel Lee Nov 04 '13 at 17:00
1 Answers
0
Add a ScrollView
and then throw whatever your layout is inside of it (note that it can only have one child) http://developer.android.com/reference/android/widget/ScrollView.html
EDIT: Never mind, I didn't realize you needed 2D scrolling but thankfully there's this

Community
- 1
- 1

Embattled Swag
- 1,479
- 12
- 23