After the switch to AppCompat v7 for the Action Bar support, setIndeterminateProgressVisibility() causes a separate ProgressBar to be shown in addition to the refresh menu button.
Possible Fixes:
Replace the default Indeterminate ProgressBar with something like this (Additional problem, not available to Eclipse developers).
Replace the refresh menu item by an ActionView that is basically a infinitely repeating animation of the refresh icon rotating
After the switch to AppCompat v7 for the Action Bar support, setIndeterminateProgressVisibility() causes a separate ProgressBar to be shown in addition to the refresh menu button.
Possible Fixes: