Project

General

Profile

« Previous | Next » 

Revision 5560eea9

Added by Leszek Koltunski about 5 years ago

Progress with UI.

View differences:

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

  
122 122
///////////////////////////////////////////////////////////////////////////////////////////////////
123 123

  
124
    public void Credits(View v)
124
    public void About(View v)
125 125
      {
126
      RubikCredits credits = new RubikCredits();
127
      credits.show(getSupportFragmentManager(), null);
126
      RubikAbout about = new RubikAbout();
127
      about.show(getSupportFragmentManager(), null);
128 128
      }
129 129

  
130 130
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff