OC-1671: ActionBar Color
authormasensio <masensio@solidgear.es>
Fri, 11 Oct 2013 13:14:41 +0000 (15:14 +0200)
committermasensio <masensio@solidgear.es>
Fri, 11 Oct 2013 13:14:41 +0000 (15:14 +0200)
res/drawable/main_header_bg.xml
res/values/setup.xml

index 855ba2c..8cd82e4 100644 (file)
@@ -19,8 +19,8 @@
 -->
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient
 -->
 <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" />
         android:angle="270"
      />
     <corners android:radius="0dp" />
index 123ed29..59e0bf6 100644 (file)
@@ -1,8 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
 <?xml version="1.0" encoding="utf-8"?>
 <resources>
-    <!-- Colors -->
-    <color name="background_color">#F7F7F7</color>
-    
     <string name="server_url"></string>
     <bool name="show_server_url_input">true</bool>
     
     <string name="server_url"></string>
     <bool name="show_server_url_input">true</bool>
     
@@ -10,6 +7,9 @@
     <string name="auth_method_oauth2">off</string>
     <string name="auth_method_saml_web_sso">off</string>
     
     <string name="auth_method_oauth2">off</string>
     <string name="auth_method_saml_web_sso">off</string>
     
-
+    <!-- Colors -->
+    <color name="background_color">#F7F7F7</color>
+    <color name="actionbar_start_color">#1D2D44</color>
+    <color name="actionbar_end_color">#1D2D44</color>
     
 </resources>
     
 </resources>