really change the font size based on settings

This commit is contained in:
tibbi
2016-09-25 18:51:25 +02:00
parent eea3f3dc63
commit 350c22cda6
7 changed files with 25 additions and 9 deletions

View File

@@ -15,7 +15,6 @@ public class Constants {
// font sizes
public static final int FONT_SIZE_SMALL = 0;
public static final int FONT_SIZE_NORMAL = 1;
public static final int FONT_SIZE_MEDIUM = 1;
public static final int FONT_SIZE_LARGE = 2;
}