1 <?xml version=
"1.0" encoding=
"utf-8"?>
2 <resources xmlns:
android=
"http://schemas.android.com/apk/res/android">
4 <style name=
"Theme.ownCloud.ButtonStyle" parent=
"@android:style/Widget.Holo.Light.Button">
5 <item name=
"android:background">@android:drawable/btn_default
</item>
6 <item name=
"android:textColor">@color/button_text_color
</item>
10 <!-- Notifications --
>
11 <style name=
"Theme.ownCloud.NotificationText.Title"
12 parent=
"@android:style/TextAppearance.StatusBar.EventContent.Title" >
13 <item name=
"android:textSize">18sp
</item>
14 <item name=
"android:textStyle">bold
</item>
17 <style name=
"Theme.ownCloud.NotificationText.Content"
18 parent=
"@android:style/TextAppearance.StatusBar.EventContent" >
19 <item name=
"android:textSize">16sp
</item>