Project

General

Profile

« Previous | Next » 

Revision 4235de9b

Added by Leszek Koltunski over 4 years ago

Major rearrangement of the UI.

View differences:

src/main/java/org/distorted/magic/RubikDialogScoresPagerAdapter.java
81 81

  
82 82
  private void addPage(final RubikDialogScoresView view, final int[][] country, final String[][] name, final String[][] time)
83 83
    {
84
    for(int section=0; section<RubikActivity.MAX_SCRAMBLE; section++)
84
    for(int section=0; section<RubikSurfaceView.MAX_SCRAMBLE; section++)
85 85
      {
86 86
      final int sec = section;
87 87
      final int[] c = country[section];

Also available in: Unified diff