With the new Lollipop API, we have to use a Toolbar if we want to personalize the action bar aspect.
Adding a ProgressBar to the Toolbar is as simple as adding it to
You can try this. It worked for me. Key here is to define layout_gravity in the xml: android:layout_gravity="right"
layout_gravity
android:layout_gravity="right"