This repository was archived by the owner on Apr 26, 2023. It is now read-only.

Description
to anyone who uses this in old projects and need to update
add this to your project style.xml to fix @android:windowEnterAnimation error
<style name="elv_fade_animation">
<item name="android:windowEnterAnimation">@anim/elv_popup_show</item>
<item name="android:windowExitAnimation">@anim/elv_popup_hide</item>
</style>