实现沉浸式界面


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,则界面在状态栏下面显示。
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章