react-native-navigation 启动图在安卓下的适配

MainActivity的Theme设置如下

<resources>

    <!-- Base application theme. -->
    <style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
        <!-- Customize your theme here. -->
        <item name="android:windowTranslucentStatus">false</item>
        <item name="android:windowIsTranslucent">true</item>
        <item name="android:windowFullscreen">true</item>
    </style>
</resources>

猜你喜欢

转载自blog.csdn.net/qq1035661353/article/details/78865664
今日推荐