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"
12 parent=
"style/Widget.AppCompat.Spinner.DropDown.ActionBar">
13 <!--
<item name=
"android:background">@drawable/spinner_inner
</item>--
>
16 <style name=
"Theme.ownCloud.IndeterminateStyle"
17 parent=
"style/Widget.AppCompat.ProgressBar">
18 <!--
<item name=
"android:indeterminateDrawable">@drawable/abs__progress_medium_holo
</item>--
>
21 <!-- Notifications --
>
22 <style name=
"Theme.ownCloud.NotificationText.Title"
23 parent=
"@android:style/TextAppearance">
24 <item name=
"android:textColor">#ff000000
</item>
25 <item name=
"android:textSize">18sp
</item>
26 <item name=
"android:textStyle">bold
</item>
28 <style name=
"Theme.ownCloud.NotificationText.Content"
29 parent=
"@android:style/TextAppearance">
30 <item name=
"android:textColor">#ff000000
</item>
31 <item name=
"android:textSize">14sp
</item>