Project

General

Profile

« Previous | Next » 

Revision 32f60dec

Added by Leszek Koltunski over 4 years ago

Downloading High Scores: make the Scores Dialog always start from appropriate tab

View differences:

src/main/java/org/distorted/magic/RubikSize.java
29 29
  SIZE5 ( 5, R.drawable.button5 ),
30 30
  ;
31 31

  
32
  static final int DEFAULT_SIZE  = 3;
33 32
  static final int LENGTH = values().length;
34 33
  private final int mCubeSize, mIconID;
35 34
  private static final RubikSize[] sizes;

Also available in: Unified diff