Using java Syntax Highlighting
- sprite = BitmapFactory.decodeResource(context.getResources(), resId);
Parsed in 0.030 seconds, using GeSHi 1.0.8.4
But even though the png image has an alpha value it doesn't get recognized..how can I create a bitmap with an alpha channel?
Thanks


