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

in case of @android:windowEnterAnimation clash #64

@kibotu

Description

@kibotu

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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions