Project

General

Profile

« Previous | Next » 

Revision b710a574

Added by Leszek Koltunski 6 months ago

Progress with tutorials.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogTutorial.java
59 59
  public boolean hasArgument()  { return false; }
60 60
  public int getPositive()      { return R.string.ok; }
61 61
  public int getNegative()      { return -1; }
62

  
63
///////////////////////////////////////////////////////////////////////////////////////////////////
64

  
65
  public void positiveAction()
66
    {
67

  
68
    }
69

  
70
///////////////////////////////////////////////////////////////////////////////////////////////////
71

  
72
  public void negativeAction()
73
    {
74

  
75
    }
62
  public void positiveAction()  { }
63
  public void negativeAction()  { }
76 64

  
77 65
///////////////////////////////////////////////////////////////////////////////////////////////////
78 66

  

Also available in: Unified diff