Project

General

Profile

« Previous | Next » 

Revision 4483b119

Added by Leszek Koltunski 12 months ago

Show the same time format in the 'NewRecord' and 'Solved' dialogs as well.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogSolved.java
51 51
    {
52 52
    TextView text = view.findViewById(R.id.solved_time);
53 53
    text.setTextSize(TypedValue.COMPLEX_UNIT_PX, size);
54
    text.setText(getString(R.string.ti_placeholder, mArgument));
54
    text.setText(mArgument);
55 55
    }
56 56

  
57 57
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff