解决activity加上Theme.Translucent.No

2017-06-02  本文已影响387人  sirai

自定义style 继承Theme.Translucent.NoTitleBar


<style name="My.Translucent" parent=" @android :style/Theme.Translucent.NoTitleBar">
        <item name="android:windowBackground"> @android :color/transparent</item>
        <item name="android:colorBackgroundCacheHint"> @android :color/transparent</item>
        <item name="android:windowIsTranslucent">false</item>
        <item name="android:windowAnimationStyle"> @android :style/Animation</item>
</style>
上一篇下一篇

猜你喜欢

热点阅读