activities that have bgImage dont show this image
Change te setBgColor function in Activity by:
InitSettings() and add a surface with the activity size that contains the
bgImage or the fillig bgColor.
then in function onRender, change te firs instruction
surface.fill(self.bfcolor ) for surcace.blit(self.bgSurface , (0,0) ) or
something like that
Original issue reported on code.google.com by marcben...@gmail.com on 3 Dec 2009 at 9:52
Original issue reported on code.google.com by
marcben...@gmail.com
on 3 Dec 2009 at 9:52