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
It happends sometimes to me too. Usually when cache is getting critical. My question is, is the bitmap size of the grid supposed to be a thumbnail or the full a 800px resolution picture, because on tablets, if i use a 250px one it will be hard to see in the tablet, (assuming the grid is bigger)
I've noticed that sometimes the image can fail to correctly decode.
EXAMPLE: http://i44.tinypic.com/vzcxg2.png (I cut off the top half of the image)
As you can see the bottom half does not show correctly.
I've noticed that in ImageLoader.java if you change
to this:
the problem goes away.
The text was updated successfully, but these errors were encountered: