Project

General

Profile

« Previous | Next » 

Revision d85e1397

Added by Leszek Koltunski over 3 years ago

Translations of the 'tutorial' string.

View differences:

src/main/java/org/distorted/states/RubikStatePlay.java
333 333
      {
334 334
      final int but = i;
335 335
      Button button = new Button(act);
336
      button.setLayoutParams(pT);//i==0 ? pT : (i==NUM_BUTTONS-1 ? pB : pM));
336
      button.setLayoutParams(pT);
337 337
      button.setText(BUTTON_LABELS[i]);
338 338
      button.setTextSize(TypedValue.COMPLEX_UNIT_PX, mMenuTextSize);
339 339

  

Also available in: Unified diff