scrollview is extremly slow on ics (android 4.0) when containing a long textview

前端 未结 2 1114
南旧
南旧 2021-01-06 06:36

Here\'s my problem, i\'m developing a news applicaiton and i used scrollview wrapping a textview to show the content of the news. But i found that scrolling is extremly slo

2条回答
  •  暖寄归人
    2021-01-06 07:07

    Well, i've found the solution on my own

    just set android:hardwareAccelerated="false" in the manifest.xml

    Still quite confused about the reason, waiting for an explanation.

提交回复
热议问题