Incorporated the ownCloud Blue into the ActionBar
authorLennart Rosam <lennart@familie-rosam.de>
Wed, 11 Apr 2012 22:34:07 +0000 (00:34 +0200)
committerLennart Rosam <lennart@familie-rosam.de>
Wed, 11 Apr 2012 22:34:07 +0000 (00:34 +0200)
res/drawable/main_header_bg.xml
res/values/styles.xml

index 707e473..6549d0d 100644 (file)
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="utf-8"?>
 <shape xmlns:android="http://schemas.android.com/apk/res/android">
     <gradient 
-        android:startColor="#3A3C39
-        android:endColor="#181818"
+        android:startColor="#1D2D55
+        android:endColor="#1D2D44"
         android:angle="270"
      />
     <corners android:radius="0dp" />
index 307cdee..83ec437 100644 (file)
@@ -9,12 +9,15 @@
        </style>
 
        <style name="Theme.ownCloud.Widget.ActionBar" parent="style/Widget.Sherlock.Light.ActionBar.Solid.Inverse">
-       <item name="android:textColor">#ffffff</item>
        <item name="android:background">@drawable/main_header_bg</item>
+       <item name="background">@drawable/main_header_bg</item>
+       <item name="android:textColor">#ffffff</item>
+   
+       <item name="android:shadowColor">#222222</item>
+       <item name="android:shadowRadius">1</item>
+       <item name="android:shadowDy">1</item>
        </style>
        
-       
-       
        <!-- PopDownMenu -->
        <style name="Animations.PopDownMenu" />