Project

General

Profile

« Previous | Next » 

Revision 79e752b3

Added by Leszek Koltunski almost 4 years ago

Solving time - display it more accurately.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogNewRecord.java
150 150
    final View view = inflater.inflate(R.layout.dialog_new_record, null);
151 151
    TextView text = view.findViewById(R.id.new_record_time);
152 152
    text.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
153
    text.setText(getString(R.string.ti_placeholder, (time/100)/10.0f));
153
    text.setText(getString(R.string.ti_placeholder, (time/10)/100.0f));
154 154
    builder.setView(view);
155 155

  
156 156
    TextView submit = view.findViewById(R.id.new_record_submit);

Also available in: Unified diff