This is my first widget with a PNG image. I am using a round_clock.png in my widget but I don't know how to mask the remaining white portion which gets displayed when the widget is launched on emulator/phone.
Thanks in advance
Printable View
This is my first widget with a PNG image. I am using a round_clock.png in my widget but I don't know how to mask the remaining white portion which gets displayed when the widget is launched on emulator/phone.
Thanks in advance
You might need to use Canvas and draw images over each other to get wanted effect.
/render
Use ICL to load the image (and the mask, or generate it dynamically)
Then do like you would have a pair of CFbsBitmaps.