Frank-Zhu / PullZoomView

An Android custom ListView and ScrollView with pull to zoom-in.
Apache License 2.0
2.32k stars 623 forks source link

PullToZoomListViewEx.onRestoreInstanceState(PullToZoomListViewEx.java:332) #7

Closed jzhu1224 closed 9 years ago

jzhu1224 commented 9 years ago

12-10 17:29:07.293: W/System.err(10310): java.lang.IllegalArgumentException: Wrong state class, expecting View State but received class android.widget.AbsListView$SavedState instead. This usually happens when two views of different type have the same id in the same hierarchy. This view's id is id/pullToZoomListView. Make sure other views do not use the same id.

Frank-Zhu commented 9 years ago

@jzhu1224 看LOG貌似是ID重复了,你检查一下你的代码是不是ID有重复? Make sure other views do not use the same id., you check your code the id is duplicated?

Frank-Zhu commented 9 years ago

check issues 10