styles.xml 251 Bytes
Newer Older
xwenliang's avatar
xwenliang committed
1 2 3 4 5 6 7
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="PopAnim">
        <item name="android:windowEnterAnimation">@anim/popup_enter</item>
        <item name="android:windowExitAnimation">@anim/popup_exit</item>
    </style>
</resources>