AppCompatActivity 透明背景

<!-- 背景透明样式 -->
    <style name="AppTheme.transparent" parent="Theme.AppCompat.Light.NoActionBar">
        <item name="android:windowBackground">@color/transparent</item>
        <item name="android:windowIsTranslucent">true</item>
    </style>

不想要那么透明的话,在activity.xml 设置一下其他透明度的样式即可

猜你喜欢

转载自www.cnblogs.com/rchao/p/11141891.html
今日推荐