AppCompatActivity设置透明主题

百度了好多都不行,不知道大家是怎么弄得,我先备注一下:


<style name="protect_transparent" parent="Theme.AppCompat.Light.NoActionBar">
    <item name="android:windowNoTitle">true</item>
    <item name="android:windowBackground">@color/transparent</item>
    <item name="android:windowIsTranslucent">true</item>
</style>

猜你喜欢

转载自blog.csdn.net/sjhandrf/article/details/80055082