Hi all,
I have a layout with scrollbar
<ScrollView android:id="@+id/scroll"
android:layout_height="455px"
android:layout_width="fill_parent">
<LinearLayout android:id="@+id/relative"
android:layout_height="wrap_content"
android:layout_width="wrap_content">
</LinearLayout>
</ScrollView>
I add some views to the layout. the views can be
dragged( like in home screen ). My problem is when the view is dragged
vertically it works fine, but while dragging it horizontally the
scrollbar moves not the view. Since it the parent for the layout i am
not able to disable it. Is there any way to disable the scrollbar when
the view is being dragged. Or any other solution?
Thanks in advance.
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
To unsubscribe, reply using "remove me" as the subject.