two Bars which shows the progress of a game. If the user get points or time is up etc the progressBars should be updated:
private TextView tv; private Progre
For me worked if I set setVisibility() to visible before each setProgress()
setVisibility(View.VISIBLE); setProgress(progress);