Project

General

Profile

« Previous | Next » 

Revision 4ed3823a

Added by Leszek Koltunski about 4 years ago

Beginnings of the 3x3x3 Solver and Pretty Patterns.

View differences:

src/main/java/org/distorted/magic/RubikActivity.java
200 200

  
201 201
///////////////////////////////////////////////////////////////////////////////////////////////////
202 202

  
203
    public void Settings(View v)
203
    public void Effects(View v)
204 204
      {
205 205
      RubikDialogEffects settings = new RubikDialogEffects();
206 206
      settings.show(getSupportFragmentManager(), null);
......
223 223
      scores.show(getSupportFragmentManager(), null);
224 224
      }
225 225

  
226
///////////////////////////////////////////////////////////////////////////////////////////////////
227

  
228
    public void Patterns(View v)
229
      {
230
      android.util.Log.e("act", "Not implemented yet");
231
      }
232

  
233
///////////////////////////////////////////////////////////////////////////////////////////////////
234

  
235
    public void Solver(View v)
236
      {
237
      android.util.Log.e("act", "Not implemented yet");
238
      }
239

  
226 240
///////////////////////////////////////////////////////////////////////////////////////////////////
227 241

  
228 242
    public void About(View v)

Also available in: Unified diff