Project

General

Profile

« Previous | Next » 

Revision 7289fd6c

Added by Leszek Koltunski about 4 years ago

Beginnings of support for the 3x3x3 Solver.

View differences:

src/main/java/org/distorted/uistate/RubikStateSolving.java
67 67
    LayoutInflater inflater = act.getLayoutInflater();
68 68

  
69 69
    // TOP ////////////////////////////
70
    LinearLayout layoutTop = act.findViewById(R.id.mainTitle);
70
    LinearLayout layoutTop = act.findViewById(R.id.upperBar);
71 71
    layoutTop.removeAllViews();
72 72
    mTime = (TextView)inflater.inflate(R.layout.upper_text, null);
73 73
    mTime.setText(R.string.ready);

Also available in: Unified diff