单独为splash页面设置一个全屏theme
<style name="FixSystemWindowTheme" parent="AppTheme">
<item name="android:windowFullscreen">true</item>
<item name="windowNoTitle">true</item>
</style>
单独为splash页面设置一个全屏theme
<style name="FixSystemWindowTheme" parent="AppTheme">
<item name="android:windowFullscreen">true</item>
<item name="windowNoTitle">true</item>
</style>
本文标题:splash页面全屏的方法
本文链接:https://www.haomeiwen.com/subject/czyfzftx.html
网友评论