Explorar o código

directly link owncloud_blue color ID to setup.xml's actionbar_start_color to enable proper color manipulation. Technical debt: setup should rename the actionbar_start_color (and actionbar_end_color) since it is basically the primary-oiiod value due to material design terms.

Andy Scherzinger %!s(int64=9) %!d(string=hai) anos
pai
achega
a61f862677
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      res/values/colors.xml

+ 1 - 1
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>