Revision 775d5361
Added by Leszek Koltunski over 2 years ago
src/main/java/org/distorted/bandaged/BandagedPlayScreen.java | ||
---|---|---|
152 | 152 |
layoutLeftU.addView(mSolveButton); |
153 | 153 |
layoutRightU.addView(mScrambleButton); |
154 | 154 |
|
155 |
layoutUpper.removeAllViews(); |
|
155 | 156 |
layoutUpper.addView(layoutLeftU); |
156 | 157 |
layoutUpper.addView(layoutMidU); |
157 | 158 |
layoutUpper.addView(layoutRightU); |
Also available in: Unified diff
Bandaged 3x3: fix scrambling.