문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top