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
if you love full progressbar
time_prg_bar.setMax(100); time_prg_bar.setProgress(0); <--
if your progressbar empty
time_prg_bar.setMax(100); time_prg_bar.setProgress(100); <--