Project

General

Profile

« Previous | Next » 

Revision 0fd3ac1f

Added by Leszek Koltunski about 4 years ago

Making the Dialogs more consistent.

View differences:

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

  
152 152
    public void Settings(View v)
153 153
      {
154
      RubikSettings settings = new RubikSettings();
154
      RubikDialogSettings settings = new RubikDialogSettings();
155 155
      settings.show(getSupportFragmentManager(), null);
156 156
      }
157 157

  
......
163 163
      Bundle bundle = new Bundle();
164 164
      bundle.putInt("tab", view.getRedButton());
165 165

  
166
      RubikScores scores = new RubikScores();
166
      RubikDialogScores scores = new RubikDialogScores();
167 167
      scores.setArguments(bundle);
168 168
      scores.show(getSupportFragmentManager(), null);
169 169
      }
......
172 172

  
173 173
    public void About(View v)
174 174
      {
175
      RubikAbout about = new RubikAbout();
175
      RubikDialogAbout about = new RubikDialogAbout();
176 176
      about.show(getSupportFragmentManager(), null);
177 177
      }
178 178

  

Also available in: Unified diff