Android RecyclerView Scroll Bug

I'm not sure if I found an error in Androids new RecyclerView or did something wrong.

I created a simple RecyclerView list as described in the example ( http://developer.android.com/training/material/lists-cards.html#RecyclerView )

The list displays the lines numbered from "Item 1" to "Item 9". If I start scrolling, the indicator on the right will return to the top after I get to the second list.

Here is the picture: http://www11.pic-upload.de/21.10.14/mib95cped9x1.jpg

As you can see, the scroll indicator and the second list are on top. In the last image, the list scrolls to the end, but the indicator is missing.

+4
source share

All Articles