Linjiajia
2023-10-07 31b7700b976a46901f67c5d7a00281ca4745fc9f
app_base/src/main/res/values/styles.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <!-- 右上角操作弹窗 -->
    <style name="pop_operate">
        <item name="android:windowEnterAnimation">@anim/pop_operate_show</item>
        <item name="android:windowExitAnimation">@anim/pop_operate_hide</item>
@@ -78,4 +79,6 @@
        <item name="android:windowEnterAnimation">@anim/right_in_window</item>
        <item name="android:windowExitAnimation">@anim/right_out_window</item>
    </style>
</resources>