开发者

android- Scroll View

开发者 https://www.devze.com 2023-03-12 04:19 出处:网络
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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消