slightly larger font for the menu message

This commit is contained in:
shagr4th 2013-10-20 22:35:40 +02:00
parent a2828de9b4
commit 7fa4cc14ef

View file

@ -525,7 +525,7 @@ public class HPView extends SurfaceView implements SurfaceHolder.Callback, Runna
systemOptionsPaint = new Paint();
systemOptionsPaint.setTypeface(regularBold);
systemOptionsPaint.setAntiAlias(antialias);
systemOptionsPaint.setTextSize(regularbuttonTextHeaderSizeDpi);
systemOptionsPaint.setTextSize((int) (12f * scale));
systemOptionsPaint.setColor(Color.BLACK);
regularHeadGreenPaint = new Paint();