• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Scroll View - custom view for horizontal and vertical scrolling

Hi guys!

I need to create a version of Scroll view(vertical scrolling) and HorizontalScrollView (horizontal scrolling) on the same view.

Now this is the code for horizontalscrollview:

android.git.kernel.org Git - platform/frameworks/base.git/blob - core/java/android/widget/HorizontalScrollView.java

and this is the code for scroll view:

android.git.kernel.org Git - platform/frameworks/base.git/blob - core/java/android/widget/ScrollView.java

Can anyone help me merge the appropriate bits so I get the behaviour i want!

Thanks

Andy
 
Back
Top Bottom