Project

General

Profile

« Previous | Next » 

Revision 4c0cd600

Added by Leszek Koltunski about 4 years ago

Change the series of Object buttons in the Play state into a PopupWindow.

View differences:

src/main/java/org/distorted/uistate/RubikStateAbstract.java
26 26

  
27 27
public abstract class RubikStateAbstract
28 28
  {
29
  public static final int BUTTON_ID_BACK= 1023;
29
  public static final int BUTTON_ID_BACK  = 1023;
30
  public static final int BUTTON_ID_OBJECT= 1022;
30 31

  
31 32
  abstract void enterState(RubikActivity act);
32 33
  abstract void leaveState(RubikActivity act);

Also available in: Unified diff