blob: 1c45e264c166c2471d517d868079ba62bf077445 (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Holo Style is only available for ICS+ -->
<style name="cgeo.ActionBarStyle" parent="Widget.AppCompat.Base.ActionBar">
<item name="android:indeterminateProgressStyle">@android:style/Widget.Holo.ProgressBar.Small</item>
</style>
</resources>
|