The text I draw seems to be about the same size on a 10 inch screen and a 7 inch screen, thus it is not always lined up with the background, which is a bitmap. Is there a way to set the text size in pixcles
This is the code I have now
paint.setColor(Color.WHITE);
paint.setTextSize(20);
canvas.drawText("SETTINGS:", tx,ty, paint);