I have already made a horizontal progress bar and it works perfectly. I would like to display a textview or something similar right in the middle of it showing a countdown a
You can use a FrameLayout to display the TextView over the ProgressBar:
... ...