Conversations/libs/EnhancedListView/src/main/res/values/styles.xml

7 lines
251 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="elv_fade_animation">
<item name="android:windowEnterAnimation">@anim/elv_popup_show</item>
<item name="android:windowExitAnimation">@anim/elv_popup_hide</item>
</style>
</resources>