This commit is contained in:
Gongxter 2015-11-15 13:16:45 +01:00
parent 08a16160e0
commit 7feef3cf65

View file

@ -20,7 +20,7 @@ public class SudokuFieldLayout extends RelativeLayout {
private GameController gameController; private GameController gameController;
private int sectionHeight; private int sectionHeight;
public int sectionWidth; private int sectionWidth;
private int gameCellWidth; private int gameCellWidth;
private int gameCellHeight; private int gameCellHeight;
private SharedPreferences settings; private SharedPreferences settings;