- <item name="android:indeterminateProgressStyle">@style/IndeterminateStyle</item>
- <item name="indeterminateProgressStyle">@style/IndeterminateStyle</item>
- </style>
-
- <!-- DropDown -->
- <style name="DropDownStyle" parent="style/Widget.Sherlock.Spinner.DropDown.ActionBar">
- <item name="android:background">@drawable/dropdown</item>
- </style>
- <style name="IndeterminateStyle" parent="style/Widget.Sherlock.ProgressBar">
- <item name="android:indeterminateDrawable">@drawable/indeterminate_progress</item>
+ <item name="android:indeterminateProgressStyle">@style/Theme.ownCloud.IndeterminateStyle</item>
+ <item name="indeterminateProgressStyle">@style/Theme.ownCloud.IndeterminateStyle</item>