OC-3079: (fix bug) Two send options appear after send and mail with a ownCloud file
[pub/Android/ownCloud.git] / res / values / versioned_styles.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources xmlns:android="http://schemas.android.com/apk/res/android">
3
4 <!-- Buttons -->
5 <style name="Theme.ownCloud.ButtonStyle" parent="@android:style/Widget.Button">
6 <item name="android:background">@android:drawable/btn_default</item>
7 <item name="android:textColor">@color/button_text_color</item>
8 </style>
9
10 <!-- DropDown -->
11 <style name="Theme.ownCloud.DropDownStyle" parent="style/Widget.Sherlock.Spinner.DropDown.ActionBar">
12 <item name="android:background">@drawable/abs__spinner_ab_holo_dark</item>
13 </style>
14
15 <style name="Theme.ownCloud.IndeterminateStyle" parent="style/Widget.Sherlock.ProgressBar">
16 <item name="android:indeterminateDrawable">@drawable/abs__progress_medium_holo</item>
17 </style>
18
19 </resources>