Project

General

Profile

« Previous | Next » 

Revision e0e84674

Added by Leszek Koltunski about 4 years ago

Improve the upper_text.

View differences:

src/main/java/org/distorted/dialog/RubikDialogPatternView.java
120 120

  
121 121
///////////////////////////////////////////////////////////////////////////////////////////////////
122 122

  
123
  private void fillPatterns(int category)
123
  private void fillPatterns(final int category)
124 124
    {
125 125
    final RubikActivity act = (RubikActivity)getContext();
126 126

  
......
148 148
        public void onClick(View view)
149 149
          {
150 150
          RubikStatePattern state = (RubikStatePattern) RubikState.PATT.getStateClass();
151
          state.setPatternName(patterns[ii]);
151
          state.setPattern(mPosition, category, ii);
152 152
          mDialog.dismiss();
153 153
          }
154 154
        });

Also available in: Unified diff