How can I align a TextView with the progress of a horizontal ProgressBar. I want to put a TextView right above the progress position of th
TextView
ProgressBar
In the parent layout which contains your TextView and Progress bar set the gravity to center so that it will keep both of them center alligned.