Project

General

Profile

« Previous | Next » 

Revision 31227bf6

Added by Leszek Koltunski almost 4 years ago

Move the 'Effects' thing to a button in the Play state.

View differences:

src/main/java/org/distorted/main/RubikActivity.java
283 283
      RubikState.switchState(this,RubikState.PLAY);
284 284
      }
285 285

  
286
///////////////////////////////////////////////////////////////////////////////////////////////////
287

  
288
    public void Effects(View v)
289
      {
290
      RubikDialogEffects settings = new RubikDialogEffects();
291
      settings.show(getSupportFragmentManager(), null);
292
      }
293

  
294 286
///////////////////////////////////////////////////////////////////////////////////////////////////
295 287

  
296 288
    public void Scores(View v)

Also available in: Unified diff