本帖最后由 xxhhisme 于 2010-11-29 18:14:36 编辑

解决方案 »

  1.   

    与activity的全屏比,多了个Wallpaper。
    android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
    原来如此。
      

  2.   

        <!-- Variant of the translucent theme that has no title bar and
             fills the entire screen -->
        <style name="Theme.Wallpaper.NoTitleBar.Fullscreen">
            <item name="android:windowFullscreen">true</item>
            <item name="android:windowContentOverlay">@null</item>
        </style>
      

  3.   

    看了我两天源码,实在找不出哪有不同,后来照XML文件一套,没想到就成了