emilsjolander / android-FlipView

A small, easy to use android library for implementing flipping between views as seen in the popular Flipboard application
Apache License 2.0
924 stars 273 forks source link

Recycler fix #7

Closed dshkil closed 11 years ago

dshkil commented 11 years ago

Hi. I've fixed Recycler. In some places key and index of SparseArray were used incorrectly. Improved compatibility with earlier Android versions as well.

emilsjolander commented 11 years ago

Looks great! thanks :+1: