Project

General

Profile

« Previous | Next » 

Revision bf1edbac

Added by Leszek Koltunski about 1 year ago

Dialog About.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogAbout.java
44 44
      "1. More solvers (2x2, Skewb, Dino).\n" +
45 45
      "2. Support for adjustable stickers.\n" +
46 46
      "3. In-game currency (stars)\n" +
47
      "4. More objects (Penrose Cubes, higher-order Jings, Ghost Cubes, more Mirrors, more Mixups)";
47
      "4. More objects (Penrose Cubes, higher-order Jings, Ghost Cubes, more Mirrors, more Mixups)\n" +
48
      "5. Creator of bandaged Pyraminxes.";
48 49

  
49 50
///////////////////////////////////////////////////////////////////////////////////////////////////
50 51

  
......
59 60
      {
60 61
      WindowManager.LayoutParams params = window.getAttributes();
61 62
      params.width  = (int)Math.min( mHeight*0.60f,mWidth*0.90f );
63
 //     params.height = (int)(mHeight*0.85f);
62 64
      window.setAttributes(params);
63 65
      }
64 66
    }

Also available in: Unified diff