Hello,
I've been playing around with the drawBitmap2 and drawScaledBitmap functions to achieve the goal of using only one bitmap to scale across devices of different sizes (which drawScaledBitmap does) and colour the bitmap (which drawBitmap2 does).
But is there a trick to get them both done at the same time? Please advise if at all possible.