Project

General

Profile

« Previous | Next » 

Revision 5a4ee169

Added by Leszek Koltunski 11 months ago

Progress with Bandaged UI.

View differences:

src/main/java/org/distorted/screens/RubikScreenPlay.java
30 30
import android.widget.RelativeLayout;
31 31
import android.widget.TextView;
32 32

  
33
import org.distorted.dialogs.RubikDialogCreators;
33 34
import org.distorted.dialogs.RubikDialogSolvers;
34 35
import org.distorted.dialogs.RubikDialogStarsStatus;
35 36
import org.distorted.dialogs.RubikDialogUpdates;
......
443 444
        public void onClick(View v)
444 445
          {
445 446
          mMenuPopup.dismiss();
446
          act.switchToBandagedCreator();
447
          RubikDialogCreators creators = new RubikDialogCreators();
448
          creators.show(act.getSupportFragmentManager(), RubikDialogCreators.getDialogTag() );
447 449
          }
448 450
        });
449 451

  

Also available in: Unified diff