I would like to put a progressBar on the action bar but setting
requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS); setProgressBarIndeterminateVi
I have to be compatible with older versions of the Android SDK so I had to keep it simple and used:
Styles.xml
AndroidManifest.xml
android:theme="@style/TallerTitleBarDialogThemeStyle"
for the activity I need to adjust.