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:
5db8c47
)
directly link owncloud_blue color ID to setup.xml's actionbar_start_color to enable...
author
Andy Scherzinger
<info@andy-scherzinger.de>
Fri, 9 Oct 2015 13:04:39 +0000
(15:04 +0200)
committer
Andy Scherzinger
<info@andy-scherzinger.de>
Fri, 9 Oct 2015 13:04:39 +0000
(15:04 +0200)
res/values/colors.xml
patch
|
blob
|
blame
|
history
diff --git
a/res/values/colors.xml
b/res/values/colors.xml
index
8ca0a4e
..
dab9b3f
100644
(file)
--- a/
res/values/colors.xml
+++ b/
res/values/colors.xml
@@
-19,7
+19,7
@@
-->
<resources>
- <color name="owncloud_blue">
#1D2D44
</color>
+ <color name="owncloud_blue">
@color/actionbar_start_color
</color>
<color name="owncloud_blue_accent">#35537A</color>
<color name="owncloud_blue_bright">#00ddff</color>