Get rid of dependency on Context in CreateShareOperation
[pub/Android/ownCloud.git] / res / values / versioned_styles.xml
index 0c0a7f9..fc5c292 100644 (file)
        <!-- DropDown -->
        <style name="Theme.ownCloud.DropDownStyle"
                parent="style/Widget.AppCompat.Spinner.DropDown.ActionBar">
-           <!-- <item name="android:background">@drawable/abs__spinner_ab_holo_dark</item> -->
-               <item name="android:background">@drawable/spinner_inner</item>
+               <!--<item name="android:background">@drawable/spinner_inner</item>-->
        </style>
        
        <style name="Theme.ownCloud.IndeterminateStyle"
                parent="style/Widget.AppCompat.ProgressBar">
            <!--<item name="android:indeterminateDrawable">@drawable/abs__progress_medium_holo</item>-->
-               <item name="android:indeterminateDrawable">@drawable/progress_small</item>
        </style>
 
        <!-- Notifications -->