自定义style 继承Theme.Translucent.NoTitleBar
<style name="My.Translucent" parent=" :style/Theme.Translucent.NoTitleBar">
<item name="android:windowBackground"> :color/transparent</item>
<item name="android:colorBackgroundCacheHint"> :color/transparent</item>
<item name="android:windowIsTranslucent">false</item>
<item name="android:windowAnimationStyle"> :style/Animation</item>
</style>