Revision ecf1aaaa
Added by Leszek Koltunski over 3 years ago
| src/main/java/org/distorted/bandaged/BandagedPlayScreen.java | ||
|---|---|---|
| 40 | 40 |
|
| 41 | 41 |
public class BandagedPlayScreen |
| 42 | 42 |
{
|
| 43 |
public static final int[] DEPTHS = new int[] {20,50,100,200,500,1000};
|
|
| 43 |
public static final int[] DEPTHS = new int[] {2,20,50,100,200,500,1000};
|
|
| 44 | 44 |
public static final int ANIMATION_ON = 0; |
| 45 | 45 |
public static final int ANIMATION_OFF = 1; |
| 46 | 46 |
|
| ... | ... | |
| 207 | 207 |
layoutLower.addView(layoutRight); |
| 208 | 208 |
|
| 209 | 209 |
setupSolveButton(act); |
| 210 |
//setupSettingsButton(act);
|
|
| 210 |
setupSettingsButton(act); |
|
| 211 | 211 |
setupScrambleButton(act); |
| 212 | 212 |
|
| 213 | 213 |
LinearLayout layoutUpper = act.findViewById(R.id.upperBar); |
| ... | ... | |
| 220 | 220 |
layoutRightU.setLayoutParams(paramsR); |
| 221 | 221 |
|
| 222 | 222 |
layoutLeftU.addView(mSolveButton); |
| 223 |
//layoutMidU.addView(mSettingsButton);
|
|
| 223 |
layoutMidU.addView(mSettingsButton); |
|
| 224 | 224 |
layoutRightU.addView(mScrambleButton); |
| 225 | 225 |
|
| 226 | 226 |
layoutUpper.removeAllViews(); |
Also available in: Unified diff
Fixes for scrambling locally-produced bandaged cuboid.
Still does not work completely.