android- Scroll View
My application need to display scroll view under scroll view. I implemented it but it works开发者_JS百科 only in the simulator. it not works in the device because device supports only touch not scroll.
Is it possible in the device? if yes, how to implement it
thanks
Linearlayout
|——-ListView
|——-ScrollView
|——-TextView1
|——-TextView2
...
I think something like this should work
精彩评论