corrdinatiorlayout自带statusbar

<android.support.design.widget.CoordinatorLayout
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:fitsSystemWindows="true"
    app:layout_scrollFlags="scroll"
    tools:context="com.example.admin.tabtitle_2016_12_29_19_13.MainActivity">

    <android.support.design.widget.AppBarLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:theme="@style/AppTheme.AppBarOverlay"
        app:layout_scrollFlags="scroll">


 CoordinatiorLayout里面的 android:fitsSystemWindows="true"
这句会增加一个statusBar
发布了51 篇原创文章 · 获赞 5 · 访问量 24万+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章