renegadeandy
Newbie
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
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