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:textColor">#ffffff
</item>
13 <item name=
"android:background">@drawable/main_header_bg
</item>
19 <style name=
"Animations.PopDownMenu" />
21 <style name=
"Animations.PopDownMenu.Center">
22 <item name=
"@android:windowEnterAnimation">@anim/grow_from_top
</item>
23 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottom
</item>
26 <style name=
"Animations.PopDownMenu.Left">
27 <item name=
"@android:windowEnterAnimation">@anim/grow_from_topleft_to_bottomright
</item>
28 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottomright_to_topleft
</item>
31 <style name=
"Animations.PopDownMenu.Right">
32 <item name=
"@android:windowEnterAnimation">@anim/grow_from_topright_to_bottomleft
</item>
33 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottomleft_to_topright
</item>
36 <style name=
"Animations.PopDownMenu.Reflect">
37 <item name=
"@android:windowEnterAnimation">@anim/pump_top
</item>
38 <item name=
"@android:windowExitAnimation">@anim/disappear
</item>
42 <style name=
"Animations.PopUpMenu" />
44 <style name=
"Animations.PopUpMenu.Center">
45 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottom
</item>
46 <item name=
"@android:windowExitAnimation">@anim/shrink_from_top
</item>
49 <style name=
"Animations.PopUpMenu.Left">
50 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottomleft_to_topright
</item>
51 <item name=
"@android:windowExitAnimation">@anim/shrink_from_topright_to_bottomleft
</item>
54 <style name=
"Animations.PopUpMenu.Right">
55 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottomright_to_topleft
</item>
56 <item name=
"@android:windowExitAnimation">@anim/shrink_from_topleft_to_bottomright
</item>
59 <style name=
"Animations.PopUpMenu.Reflect">
60 <item name=
"@android:windowEnterAnimation">@anim/pump_bottom
</item>
61 <item name=
"@android:windowExitAnimation">@anim/disappear
</item>
63 <color name=
"setup_text_hint">#
777777</color>
64 <color name=
"setup_text_typed">#
000000</color>