I need to draw a rectangle that is drawn over the notification bar, but I'm unable to get it to work. The code looks like this:
canvas.drawRect(0,0, 200, 200, mLoadPaint);
But 0, 0
is just bellow the notification bar, instead of over it. How can I draw over the notification bar?