Make account selectable from preferences
[pub/Android/ownCloud.git] / res / values / styles.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3 <style name="Animations" />
4
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>
9 </style>
10
11 <style name="ocActionBarTextStyle">
12 <item name="android:textColor">#ffffff</item>
13 </style>
14
15
16 <!-- PopDownMenu -->
17 <style name="Animations.PopDownMenu" />
18
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>
22 </style>
23
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>
27 </style>
28
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>
32 </style>
33
34 <style name="Animations.PopDownMenu.Reflect">
35 <item name="@android:windowEnterAnimation">@anim/pump_top</item>
36 <item name="@android:windowExitAnimation">@anim/disappear</item>
37 </style>
38
39 <!-- PopUpMenu -->
40 <style name="Animations.PopUpMenu" />
41
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>
45 </style>
46
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>
50 </style>
51
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>
55 </style>
56
57 <style name="Animations.PopUpMenu.Reflect">
58 <item name="@android:windowEnterAnimation">@anim/pump_bottom</item>
59 <item name="@android:windowExitAnimation">@anim/disappear</item>
60 </style>
61 <color name="setup_text_hint">#777777</color>
62 <color name="setup_text_typed">#000000</color>
63 </resources>