How to best place my obscured ProgressBar on a ConstraintLayout on the screen?
问题 I have a progress bar that shows up when I click on the Login button. I made modifications to the layout by adding a Toolbar at the top and it seems this toolbar is now obscuring the progressbar. How can I make this progress bar visible somewhere in the center of the screen? Thank you very much for your help. The layout xml code is as shown below: activity_login.xml <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http:/