有图有真相:
在这里特别要注意一点:就是设置主题的时候要更改默认的AppTheme,不然进入App的时候先会白屏或者黑屏一下之后在进入我们想要的布局、在style.xml文件中进行设置:
<resources>
<style name="AppBaseTheme" parent="android:Theme.Light">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowNoTitle">true</item>
</style>
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowNoTitle">true</item>
</style>
</resources>
http://www.400gb.com/file/90525139
http://zfl33.7958.com/down_19702457.html
http://qiannao.com/file/zfl33/66fde140/
http://d.119g.com/f/A5A0E65D157E5273.html