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">
7 <item name=
"abBackground">@drawable/main_header_bg
</item>
8 <item name=
"abTitleTextStyle">@style/ocActionBarTextStyle
</item>
11 <style name=
"ocActionBarTextStyle">
12 <item name=
"android:textColor">#ffffff
</item>
17 <style name=
"Animations.PopDownMenu" />
19 <style name=
"Animations.PopDownMenu.Center">
20 <item name=
"@android:windowEnterAnimation">@anim/grow_from_top
</item>
21 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottom
</item>
24 <style name=
"Animations.PopDownMenu.Left">
25 <item name=
"@android:windowEnterAnimation">@anim/grow_from_topleft_to_bottomright
</item>
26 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottomright_to_topleft
</item>
29 <style name=
"Animations.PopDownMenu.Right">
30 <item name=
"@android:windowEnterAnimation">@anim/grow_from_topright_to_bottomleft
</item>
31 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottomleft_to_topright
</item>
34 <style name=
"Animations.PopDownMenu.Reflect">
35 <item name=
"@android:windowEnterAnimation">@anim/pump_top
</item>
36 <item name=
"@android:windowExitAnimation">@anim/disappear
</item>
40 <style name=
"Animations.PopUpMenu" />
42 <style name=
"Animations.PopUpMenu.Center">
43 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottom
</item>
44 <item name=
"@android:windowExitAnimation">@anim/shrink_from_top
</item>
47 <style name=
"Animations.PopUpMenu.Left">
48 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottomleft_to_topright
</item>
49 <item name=
"@android:windowExitAnimation">@anim/shrink_from_topright_to_bottomleft
</item>
52 <style name=
"Animations.PopUpMenu.Right">
53 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottomright_to_topleft
</item>
54 <item name=
"@android:windowExitAnimation">@anim/shrink_from_topleft_to_bottomright
</item>
57 <style name=
"Animations.PopUpMenu.Reflect">
58 <item name=
"@android:windowEnterAnimation">@anim/pump_bottom
</item>
59 <item name=
"@android:windowExitAnimation">@anim/disappear
</item>
61 <color name=
"setup_text_hint">#
777777</color>
62 <color name=
"setup_text_typed">#
000000</color>