扫码关注官方订阅号
走同样的路,发现不同的人生
背景设置为透明的就可以了。 在Manifest为启动的Activity配置android:theme="@android:style/Theme.Translucent" ,若不要title bar,则使用android:theme="@android:style/Theme.Translucent.NoTitleBar"
Translucent即为透明
楼上正解...style的父类用android:theme="@android:style/Theme.Translucent.NoTitleBar" 可以再加上 @style/noAnimation
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
背景设置为透明的就可以了。
在Manifest为启动的Activity配置android:theme="@android:style/Theme.Translucent"
,若不要title bar,则使用android:theme="@android:style/Theme.Translucent.NoTitleBar"
Translucent即为透明
楼上正解...style的父类用android:theme="@android:style/Theme.Translucent.NoTitleBar"
可以再加上
@style/noAnimation