1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 <style name=
"Animations" />
5 <!-- Default ownCloud app style --
>
6 <style name=
"Theme.ownCloud" parent=
"style/Theme.Sherlock.Light.DarkActionBar">
7 <item name=
"android:actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar
</item>
8 <item name=
"actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar
</item>
11 <style name=
"Theme.ownCloud.noActionBar" parent=
"style/Theme.Sherlock.Light.NoActionBar">
12 <item name=
"android:actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar
</item>
13 <item name=
"actionBarStyle">@style/Theme.ownCloud.Widget.ActionBar
</item>
17 <style name=
"Theme.ownCloud.Widget.ActionBar" parent=
"style/Widget.Sherlock.Light.ActionBar.Solid.Inverse">
18 <item name=
"android:background">@drawable/main_header_bg
</item>
19 <item name=
"background">@drawable/main_header_bg
</item>
20 <item name=
"android:textColor">#ffffff
</item>
22 <item name=
"android:shadowColor">#
222222</item>
23 <item name=
"android:shadowRadius">1</item>
24 <item name=
"android:shadowDy">1</item>
28 <style name=
"Animations.PopDownMenu" />
30 <style name=
"Animations.PopDownMenu.Center">
31 <item name=
"@android:windowEnterAnimation">@anim/grow_from_top
</item>
32 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottom
</item>
35 <style name=
"Animations.PopDownMenu.Left">
36 <item name=
"@android:windowEnterAnimation">@anim/grow_from_topleft_to_bottomright
</item>
37 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottomright_to_topleft
</item>
40 <style name=
"Animations.PopDownMenu.Right">
41 <item name=
"@android:windowEnterAnimation">@anim/grow_from_topright_to_bottomleft
</item>
42 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottomleft_to_topright
</item>
45 <style name=
"Animations.PopDownMenu.Reflect">
46 <item name=
"@android:windowEnterAnimation">@anim/pump_top
</item>
47 <item name=
"@android:windowExitAnimation">@anim/disappear
</item>
51 <style name=
"Animations.PopUpMenu" />
53 <style name=
"Animations.PopUpMenu.Center">
54 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottom
</item>
55 <item name=
"@android:windowExitAnimation">@anim/shrink_from_top
</item>
58 <style name=
"Animations.PopUpMenu.Left">
59 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottomleft_to_topright
</item>
60 <item name=
"@android:windowExitAnimation">@anim/shrink_from_topright_to_bottomleft
</item>
63 <style name=
"Animations.PopUpMenu.Right">
64 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottomright_to_topleft
</item>
65 <item name=
"@android:windowExitAnimation">@anim/shrink_from_topleft_to_bottomright
</item>
68 <style name=
"Animations.PopUpMenu.Reflect">
69 <item name=
"@android:windowEnterAnimation">@anim/pump_bottom
</item>
70 <item name=
"@android:windowExitAnimation">@anim/disappear
</item>
72 <color name=
"setup_text_hint">#
777777</color>
73 <color name=
"setup_text_typed">#
000000</color>