Project

General

Profile

« Previous | Next » 

Revision d634fc57

Added by Leszek Koltunski 6 months ago

minor

View differences:

src/main/java/org/distorted/playui/ScreenSolving.java
68 68
    // TOP ////////////////////////////
69 69
    LinearLayout layoutTop = act.findViewById(R.id.upperBar);
70 70
    layoutTop.removeAllViews();
71
    mTime = (TextView)inflater.inflate(R.layout.upper_text, layoutTop);
71
    mTime = (TextView)inflater.inflate(R.layout.upper_text, null);
72 72
    int elapsed = (int)mElapsed/1000;
73 73
    mTime.setTextSize(TypedValue.COMPLEX_UNIT_PX, titleSize);
74 74
    mTime.setText(act.getString(R.string.tm_placeholder,elapsed/60,elapsed%60));

Also available in: Unified diff