如果布局中每一行都有ListView和NumberPicker,那么当您滚动ListView时,它的工作速度非常慢!哇!我在两个Nexus-10上做了测试。第一设备工作速度快,第二慢。
发布于 2014-03-21 09:15:43
通过android:layerType="hardware"找到了soution 这里
android:layerType="hardware"
https://stackoverflow.com/questions/22554546
相似问题