Newer
Older
scanSDFile / app / src / main / res / values / styles.xml
<resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="android:Theme.Light.NoTitleBar">
        <!-- Customize your theme here. -->

    </style>

    <!--pop进出动画-->
    <style name="popAnim">
        <item name="android:windowEnterAnimation">@anim/slide_bottom_in</item>
        <item name="android:windowExitAnimation">@anim/slide_bottom_out</item>
    </style>

</resources>