sephiroth74/HorizontalVariableListView

Horizontal List keeps changing around my Pictures

Opened this issue · 0 comments

Hey there,

I implemented your library in a way that it uses different pictures for echt group added to the list.
But as soon as the list gets bigger, the pictures out of screen start to change around as they like and dont come back to their original state.

I guess thats something with the recycler not thinking about if the Drawable of a view has changed.
Any guesses how to fix it? :/

I already tried debugging it but it seems to keep recycling all of my views and changing them to random pictures.

(FYI im building something like a virtual d pad -> Press Button left -> Picture "Button left" added to the HListView -> Button Right pressed -> Picture "Button right" added to the HListView)

Kind Regards Nop0x