Transparent actionBar and statusBar in Android lollipop

前端 未结 3 722
礼貌的吻别
礼貌的吻别 2020-12-19 07:37

I am trying to create this interface :

\"enter

And here is my actual result :<

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-19 08:17

    For API that >= 21, add to theme these lines of code

    true @android:color/transparent

    Don't forget to add

    android:fitsSystemWindows="true"

提交回复
热议问题