工程的values里面的styles.xml里 

 

<style name="AppBaseTheme" parent="android:Theme.Holo.Light.NoActionBar.TranslucentDecor  "> //未测试

  <style name="AppTheme" parent="AppBaseTheme">
        <!-- All customizations that are NOT specific to a particular API-level can go here. -->
        <item name="android:windowContentOverlay">@null</item>//重点在这里
        <item name="android:windowTranslucentStatus">true</item>  //未测试
  <!-- Navigation Bar --> 
  <item name="android:windowTranslucentNavigation">true</item>  //未测试
    </style>

posted on 2016-02-19 11:26  Jinger1992223  阅读(168)  评论(0编辑  收藏  举报