当前位置:操作系统 > 安卓/Android >>

Android dialog设置无背景

print?<style name="loading_dialog" parent="android:style/Theme.Dialog">   
        <item name="android:windowFrame">@null</item>   
        <item name="android:windowNoTitle">true</item>    
        <item name="android:windowBackground">@drawable/notice_bg</item>   
        <item name="android:windowIsFloating">true</item> 
        <item name="android:windowContentOverlay">@null</item> 
        <item name="android:background">@android:color/black</item> 
        <!-- 设置无遮罩层 --> 
        <item name="android:backgroundDimEnabled">false</item> 
         
    </style>   
补充:移动开发 , Android ,
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,