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/RubikDialogNewRecord.java
72 72
    {
73 73
    TextView text = view.findViewById(R.id.new_record_time);
74 74
    text.setTextSize(TypedValue.COMPLEX_UNIT_PX, size);
75
    text.setText(getString(R.string.ti_placeholder, mArgument));
75
    text.setText(mArgument);
76 76
    TextView submit = view.findViewById(R.id.new_record_submit);
77 77
    submit.setTextSize(TypedValue.COMPLEX_UNIT_PX, size);
78 78
    }

Also available in: Unified diff