projects
/
pub
/
Android
/
ownCloud.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d0e73f4
)
added accents color definition on missed out top level theme definitions.
author
Andy Scherzinger
<info@andy-scherzinger.de>
Mon, 19 Oct 2015 13:15:00 +0000
(15:15 +0200)
committer
Andy Scherzinger
<info@andy-scherzinger.de>
Mon, 19 Oct 2015 13:15:00 +0000
(15:15 +0200)
res/values/styles.xml
patch
|
blob
|
blame
|
history
diff --git
a/res/values/styles.xml
b/res/values/styles.xml
index
f37e427
..
15b989e
100644
(file)
--- a/
res/values/styles.xml
+++ b/
res/values/styles.xml
@@
-51,7
+51,9
@@
<item name="android:textColorPrimary">@color/primary</item>
</style>
<item name="android:textColorPrimary">@color/primary</item>
</style>
- <style name="ownCloud.Dialog" parent="Theme.AppCompat.Light.Dialog" />
+ <style name="ownCloud.Dialog" parent="Theme.AppCompat.Light.Dialog">
+ <item name="colorAccent">@color/color_accent</item>
+ </style>
<style name="ProgressDialogTheme" parent="ownCloud.Dialog">
<item name="colorAccent">@color/color_accent</item>
<style name="ProgressDialogTheme" parent="ownCloud.Dialog">
<item name="colorAccent">@color/color_accent</item>
@@
-105,6
+107,7
@@
<style name="Theme.ownCloud.Fullscreen" parent="style/Theme.AppCompat">
<item name="android:windowFullscreen">true</item>
<style name="Theme.ownCloud.Fullscreen" parent="style/Theme.AppCompat">
<item name="android:windowFullscreen">true</item>
+ <item name="colorAccent">@color/color_accent</item>
</style>
</style>