美文网首页
[Android]状态栏、虚拟按钮控制

[Android]状态栏、虚拟按钮控制

作者: 很老的老头 | 来源:发表于2018-09-27 10:26 被阅读0次

    android 4.4以上(不包4.4)
    app->src->main->res ->values-> styles->

    <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
    <!--状态栏 沉浸式  -->
     <item name="android:windowTranslucentStatus">true</item>
    
    <!--虚拟按钮是否透明  -->
     <item name="android:windowTranslucentNavigation">false</item>
     </style>
    

    相关文章

      网友评论

          本文标题:[Android]状态栏、虚拟按钮控制

          本文链接:https://www.haomeiwen.com/subject/xfasoftx.html