ScrollView with swipe and scroll
I have ScrollView
with LinearLayout
. In LinearLayout
I am adding WebView
with scrollable content. In LinearLayout
I have some buttons. I want to implement both functionality vertical scroll and swipe from left to right. Can anybody tell me h开发者_C百科ow to do that?
Put a HorizontalScrollView inside your ScrollView?
You should disable scroll of WebView and Webview width/height fit ScrollView width/height.
精彩评论