values.xml 1020 字节
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="bg_popwin_bulletin_anim_style">
        <item name="android:windowEnterAnimation">@anim/qiezi_anim_bulletin_show</item>
        <item name="android:windowExitAnimation">@anim/qiezi_anim_bulletin_hide</item>
    </style>
    <style name="bg_popwin_pay_anim_style">
        <item name="android:windowEnterAnimation">@anim/qiezi_pay_anim_pop_win_show</item>
        <item name="android:windowExitAnimation">@anim/qiezi_pay_anim_pop_win_hide</item>
    </style>
    <style name="bg_popwin_toptips_anim_style">
        <item name="android:windowEnterAnimation">@anim/qiezi_anim_top_tips_show</item>
        <item name="android:windowExitAnimation">@anim/qiezi_anim_top_tips_hide</item>
    </style>
    <style name="bg_popwin_user_center_anim_style">
        <item name="android:windowEnterAnimation">@anim/qiezi_anim_user_center_show</item>
        <item name="android:windowExitAnimation">@anim/qiezi_anim_user_center_hide</item>
    </style>
</resources>