您的位置:首页 > 其它

设置activity为透明并且全屏显示

2014-01-28 18:01 399 查看
http://stackoverflow.com/questions/10481277/translucent-activity-filling-the-entire-screen

<style name="Theme.CustomTranslucent"
parent="android:style/Theme.Translucent">
<item name="android:backgroundDimEnabled">true</item>
<item name="android:backgroundDimAmount">0.5</item>
<item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
<item name="android:windowNoTitle">true</item>
<item name="android:background">@android:color/transparent</item>
</style>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: