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.Widget.ActionBar" parent=
"style/Widget.Sherlock.Light.ActionBar.Solid.Inverse">
12 <item name=
"android:background">@drawable/main_header_bg
</item>
13 <item name=
"background">@drawable/main_header_bg
</item>
14 <item name=
"android:textColor">#ffffff
</item>
16 <item name=
"android:shadowColor">#
222222</item>
17 <item name=
"android:shadowRadius">1</item>
18 <item name=
"android:shadowDy">1</item>
22 <style name=
"Animations.PopDownMenu" />
24 <style name=
"Animations.PopDownMenu.Center">
25 <item name=
"@android:windowEnterAnimation">@anim/grow_from_top
</item>
26 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottom
</item>
29 <style name=
"Animations.PopDownMenu.Left">
30 <item name=
"@android:windowEnterAnimation">@anim/grow_from_topleft_to_bottomright
</item>
31 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottomright_to_topleft
</item>
34 <style name=
"Animations.PopDownMenu.Right">
35 <item name=
"@android:windowEnterAnimation">@anim/grow_from_topright_to_bottomleft
</item>
36 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottomleft_to_topright
</item>
39 <style name=
"Animations.PopDownMenu.Reflect">
40 <item name=
"@android:windowEnterAnimation">@anim/pump_top
</item>
41 <item name=
"@android:windowExitAnimation">@anim/disappear
</item>
45 <style name=
"Animations.PopUpMenu" />
47 <style name=
"Animations.PopUpMenu.Center">
48 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottom
</item>
49 <item name=
"@android:windowExitAnimation">@anim/shrink_from_top
</item>
52 <style name=
"Animations.PopUpMenu.Left">
53 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottomleft_to_topright
</item>
54 <item name=
"@android:windowExitAnimation">@anim/shrink_from_topright_to_bottomleft
</item>
57 <style name=
"Animations.PopUpMenu.Right">
58 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottomright_to_topleft
</item>
59 <item name=
"@android:windowExitAnimation">@anim/shrink_from_topleft_to_bottomright
</item>
62 <style name=
"Animations.PopUpMenu.Reflect">
63 <item name=
"@android:windowEnterAnimation">@anim/pump_bottom
</item>
64 <item name=
"@android:windowExitAnimation">@anim/disappear
</item>
66 <color name=
"setup_text_hint">#
777777</color>
67 <color name=
"setup_text_typed">#
000000</color>