My Layout is like this :
<SrollViewA>
<LayoutA>
</LayoutA>
<LayoutB>
<ScrollViewB>
<TextView>
</textView>
</ScrollViewB>
</LayoutB>
</ScrollViewA>
When i run my app, only the SrollViewA is working but when i try my app without the ScrollViewA, the ScrollViewB is perfectly Working.
Any clues what i'm doing wrong ?