codepath / android_guides

Extensive Open-Source Guides for Android Developers
guides.codepath.com
MIT License
28.31k stars 6.35k forks source link

DividerItemDecoration not moving while scrolling to new items #160

Closed greysome closed 8 years ago

greysome commented 8 years ago

I've been following the tutorial at https://github.com/codepath/android_guides/wiki/Using-the-RecyclerView and noticed something weird about the dividers. Whenever I create a new item and the RecyclerView automatically scrolls to the bottom, the divider does not move while the items "shift" above. The dividers are moving accordingly when I manually scroll up and down though.

nesquena commented 8 years ago

The issues tab isn't really a place for these types of technical troubleshooting questions. You can post here if you'd like and if anyone wants to help then they can respond there. Otherwise, you would likely find more luck posting on stackoverflow. Thanks for your understanding.