1 <?xml version=
"1.0" encoding=
"utf-8"?>
3 <style name=
"Animations" />
6 <style name=
"Animations.PopDownMenu" />
8 <style name=
"Animations.PopDownMenu.Center">
9 <item name=
"@android:windowEnterAnimation">@anim/grow_from_top
</item>
10 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottom
</item>
13 <style name=
"Animations.PopDownMenu.Left">
14 <item name=
"@android:windowEnterAnimation">@anim/grow_from_topleft_to_bottomright
</item>
15 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottomright_to_topleft
</item>
18 <style name=
"Animations.PopDownMenu.Right">
19 <item name=
"@android:windowEnterAnimation">@anim/grow_from_topright_to_bottomleft
</item>
20 <item name=
"@android:windowExitAnimation">@anim/shrink_from_bottomleft_to_topright
</item>
23 <style name=
"Animations.PopDownMenu.Reflect">
24 <item name=
"@android:windowEnterAnimation">@anim/pump_top
</item>
25 <item name=
"@android:windowExitAnimation">@anim/disappear
</item>
29 <style name=
"Animations.PopUpMenu" />
31 <style name=
"Animations.PopUpMenu.Center">
32 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottom
</item>
33 <item name=
"@android:windowExitAnimation">@anim/shrink_from_top
</item>
36 <style name=
"Animations.PopUpMenu.Left">
37 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottomleft_to_topright
</item>
38 <item name=
"@android:windowExitAnimation">@anim/shrink_from_topright_to_bottomleft
</item>
41 <style name=
"Animations.PopUpMenu.Right">
42 <item name=
"@android:windowEnterAnimation">@anim/grow_from_bottomright_to_topleft
</item>
43 <item name=
"@android:windowExitAnimation">@anim/shrink_from_topleft_to_bottomright
</item>
46 <style name=
"Animations.PopUpMenu.Reflect">
47 <item name=
"@android:windowEnterAnimation">@anim/pump_bottom
</item>
48 <item name=
"@android:windowExitAnimation">@anim/disappear
</item>
50 <color name=
"setup_text_hint">#
777777</color>
51 <color name=
"setup_text_typed">#
000000</color>