Revision 55e6be1d
Added by Leszek Koltunski over 3 years ago
- added
- modified
- copied
- renamed
- deleted
- src
- main
- java
- org
- distorted
- effects
- helpers
- main
- patterns
- screens
- RubikScreenBase.java (diff)
- RubikScreenDone.java (diff)
- RubikScreenPattern.java (diff)
- RubikScreenPlay.java (diff)
- RubikScreenReady.java (diff)
- RubikScreenSolution.java (diff)
- RubikScreenSolver.java (diff)
- RubikScreenSolving.java (diff)
- TransparentButton.java
- TransparentImageButton.java
- tutorials
- distorted
- org
- java
- main
Abstract the part that controls the 'Locked' and 'Back Moves' buttons from the two activities: the main one and the tutorial one.
This code had been duplicated there.