tags:

views:

49

answers:

1

Hi guys.

I am trying to make Layout that contains 2 layout, vertical and horizontal scrolls.

Like this : http://202.131.244.11/demo/VerticalAndHorizontalScrolls.PNG

How to make it ? I've tried it. But horizontal scroll doesn't work for me.

Please advise.

A: 

What's your layout xml look like? Presumably, you want a hierarchy like this:

ScrollView
    ViewGroup (some sort of layout to contain everything)
        ViewGroup (layout 1)
        HorizontalScrollView
            ViewGroup (layout 2)
L33tminion