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/RubikStatePattern.java
98 98
    LayoutInflater inflater = act.getLayoutInflater();
99 99

  
100 100
    // TOP ////////////////////////////
101
    LinearLayout layoutTop = act.findViewById(R.id.mainTitle);
101
    LinearLayout layoutTop = act.findViewById(R.id.upperBar);
102 102
    layoutTop.removeAllViews();
103 103
    mText = (TextView)inflater.inflate(R.layout.upper_pattern_text, null);
104 104
    mText.setText(R.string.patterns);

Also available in: Unified diff