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 <style name=
"Theme.ownCloud.NotificationText.Title"
11 parent=
"@android:style/TextAppearance.StatusBar.EventContent.Title" >
12 <item name=
"android:textSize">18sp
</item>
13 <item name=
"android:textStyle">bold
</item>
16 <style name=
"Theme.ownCloud.NotificationText.Content"
17 parent=
"@android:style/TextAppearance.StatusBar.EventContent" >
18 <item name=
"android:textSize">16sp
</item>