Android实现沉浸式菜单(简单方法)

来源:互联网 发布:php一句话代码 菜刀 编辑:程序博客网 时间:2024/05/19 09:12

Android实现沉浸式菜单(简单方法)






21


<style    name="RedTranslucentTheme" parent="Theme.AppCompat.Light.NoActionBar">    <item name="android:windowTranslucentStatus">false</item>    <item name="android:windowTranslucentNavigation">false</item>    <item name="android:statusBarColor">#ff2500</item></style>



19
<style    name="RedTranslucentTheme"    parent="Theme.AppCompat.Light.NoActionBar">    <item name="android:windowTranslucentStatus">true</item>    <item name="android:windowTranslucentNavigation">true</item></style>


0 0
原创粉丝点击