styles.xml

1<?xml version="1.0" encoding="utf-8"?>
2<resources>
3	<style name="elv_fade_animation">
4		<item name="android:windowEnterAnimation">@anim/elv_popup_show</item>
5		<item name="android:windowExitAnimation">@anim/elv_popup_hide</item>
6	</style>
7</resources>