Prototik / HoloEverywhere

NO LONGER MAINTAINED. DEVELOP FOR 4.X+ DUDE.
MIT License
2.18k stars 608 forks source link

Horizontal ProgressBar under ActionBar ? #829

Open Lakedaemon opened 10 years ago

Lakedaemon commented 10 years ago

Is there a way to have the horizontal progress bar under the ActionBar, instead of above like with this :

supportRequestWindowFeature(Window.FEATURE_PROGRESS) // setting the content view setSupportProgressBarIndeterminate(true) setSupportProgressBarVisibility(true)