I\'ve been adding a ProgressBar to the fragments in my app. I\'ve set it up to the two main fragments (used as tabs) as follows:
ProgressBar
ProgressBar in
This work for me:
rootView.findViewById(R.id.progress_bar).setVisibility(View.GONE);