projects
/
pub
/
Android
/
ownCloud.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Incorporated the ownCloud Blue into the ActionBar
[pub/Android/ownCloud.git]
/
res
/
values
/
styles.xml
diff --git
a/res/values/styles.xml
b/res/values/styles.xml
index
307cdee
..
83ec437
100644
(file)
--- a/
res/values/styles.xml
+++ b/
res/values/styles.xml
@@
-9,12
+9,15
@@
</style>
<style name="Theme.ownCloud.Widget.ActionBar" parent="style/Widget.Sherlock.Light.ActionBar.Solid.Inverse">
</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="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>
</style>
-
-
<!-- PopDownMenu -->
<style name="Animations.PopDownMenu" />
<!-- PopDownMenu -->
<style name="Animations.PopDownMenu" />