On Jan 19, 1:56 pm, Andre <[email protected]> wrote:
> Currently I use:
>
> Bitmap bitmap = BitmapFactory.decodeResource(getResources(),
> R.drawable.spaceship);
>
> in that case:
>
> bitmap.getConfig() == null;
>

hmmm, null is a bit weird. it means that bitmaps config is not any
known public config as API jdoc says

could you post a link to your res/drawable/spaceship.png?

pskink
-- 
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