You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: