Zum Optimieren des Scrollverhaltens - hier ein interessanter Link dazu. Ich geh mal davon aus, das Du einen Background geändert hast, alles sah nett aus, aber beim Scrollen wird dann die Mitte schwarz
Why is my list black? An Android optimization – Romain Guy
Das hier sollte dein Problem lösen:
Zitat:
To fix this issue, all you have to do is either disable the cache color hint optimization, if you use a non-solid color background, or set the hint to the appropriate solid color value. This can be dome
from code or preferably from XML, by using the android:cacheColorHint attribute. To disable the optimization, simply use the transparent color #00000000. The following screenshot shows a list with android:cacheColorHint="#00000000" set in the XML layout file:
Zitat:
Zitat von mattmaso Ich tick gleich aus! Wieso hat Google sonen scheiß wie CacheColorHint eingebaut -.- |