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/RubikStatePlay.java
72 72
    // TOP ////////////////////////////
73 73
    final View viewTop = inflater.inflate(R.layout.play_title, null);
74 74

  
75
    LinearLayout layoutTop = act.findViewById(R.id.mainTitle);
75
    LinearLayout layoutTop = act.findViewById(R.id.upperBar);
76 76
    layoutTop.removeAllViews();
77 77
    layoutTop.addView(viewTop);
78 78

  

Also available in: Unified diff