Merge branch 'develop' into thumbnailOOM
[pub/Android/ownCloud.git] / res / drawable / main_header_bg.xml
index 855ba2c..f3544df 100644 (file)
@@ -3,7 +3,7 @@
   ownCloud Android client application
 
   Copyright (C) 2012  Bartek Przybylski
-  Copyright (C) 2012-2013 ownCloud Inc.
+  Copyright (C) 2015 ownCloud Inc.
 
   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License version 2,
@@ -19,8 +19,8 @@
 -->
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient
-        android:startColor="#1D2D44
-        android:endColor="#1D2D44"
+        android:startColor="@color/actionbar_start_color
+        android:endColor="@color/actionbar_end_color"
         android:angle="270"
      />
     <corners android:radius="0dp" />