Android - displaying text in center of progress bar

前端 未结 8 1148
滥情空心
滥情空心 2021-01-01 08:48

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

8条回答
  •  耶瑟儿~
    2021-01-01 09:52

    If your ProgressBar and TextView are inside a RelativeLayout you can give the ProgressBar an id, and then align the TextView with the ProgressBar using that. It should then show on top of the ProgressBar. Make sure the background is transparent so that you can still see the ProgressBar

    For example:

    
        
        
    
    

提交回复
热议问题