实现沉浸式界面
Posted zhouli_csdn
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了实现沉浸式界面相关的知识,希望对你有一定的参考价值。
1.实现此style values-v19
<style name="TransalucaentStatusBar" parent="@style/Theme.AppCompat.Light.NoActionBar"> <!-- API 19 theme customizations can go here. --> <item name="android:windowTranslucentStatus">true</item> //取消状态栏高度 <item name="android:windowTranslucentNavigation">true</item> <item name="android:windowNoTitle">true</item> </style>
2.在对应界面跟布局fitsSystemWindows=false.
值为false,可以将界面上拉,为true,则界面在状态栏下面显示。
以上是关于实现沉浸式界面的主要内容,如果未能解决你的问题,请参考以下文章