1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <resources xmlns:
android=
"http://schemas.android.com/apk/res/android">
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>
11 <style name=
"Theme.ownCloud.DropDownStyle" parent=
"style/Widget.AppCompat.Spinner.DropDown.ActionBar">
12 <!--
<item name=
"android:background">@drawable/abs__spinner_ab_holo_dark
</item> --
>
15 <style name=
"Theme.ownCloud.IndeterminateStyle" parent=
"style/Widget.AppCompat.ProgressBar">
16 <!--
<item name=
"android:indeterminateDrawable">@drawable/abs__progress_medium_holo
</item> --
>
19 <!-- Notifications --
>
20 <style name=
"Theme.ownCloud.NotificationText.Title"
21 parent=
"@android:style/TextAppearance">
22 <item name=
"android:textColor">#ff000000
</item>
23 <item name=
"android:textSize">18sp
</item>
24 <item name=
"android:textStyle">bold
</item>
26 <style name=
"Theme.ownCloud.NotificationText.Content"
27 parent=
"@android:style/TextAppearance">
28 <item name=
"android:textColor">#ff000000
</item>
29 <item name=
"android:textSize">14sp
</item>