If look very carefully you see that the bitmaps aren't in the middle of screen and I don't know what to do to put them in the middle of all kinds of screen with a space between them, that need to exchange according to screen width.
My Code:
int SPACEBETWEEN = 80;
for(int i = -1; i < 2; i++) {
canvas.drawBitmap(bmp,SPACEBETWEEN * i + canvas.getWidth()/2, getHeight()/2, null);
}
My width screen is 480