sagemath / android

Sage's Android App (GSoC 2014)
GNU General Public License v3.0
74 stars 38 forks source link

Better ProgressBar for all Activities #62

Closed hav3n closed 10 years ago

hav3n commented 10 years ago

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:

hav3n commented 10 years ago

Fixed via 0fab882fdab3834db3129e792ca0e63970481387, e9c4fb8b315f5f905750ab756d2ab71d23d13e2e and several others.