>
>
> Any thoughts on this would be great as it is greatly impacting the
> ratings of my app for those that experience the blank images.   The
> only other change I have made was adding in OpenFeint support.
>
>
I had a similar issue when I added OpenFeint support.  I think my problem
was centered around the naming of one of my buttons in my XML.  I had a
button with the id of "back" or "back_button".  What I did was go through
all of my resource ids and modify any of the "generic" sounding ones to
something more specific.  That solved the problem for me.

Also, I'm not sure if this is true for the recent OpenFeint SDK, but there
was at one time a bug with drawables.  Basically, you had to put a 1 pixel
graphic in your drawables directory with the name of "aaaaaaaa.png" (so it
will be at the top of the list).  I know...doesn't make sense, but there was
a bug, and that sometimes solved it.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to