Android - Making activity full screen with status bar on top of it

后端 未结 8 1407
北恋
北恋 2020-12-12 19:30

I want to make my activity full screen with status bar on top of it like this picture:

I have used this code in manifest inside activity

8条回答
  •  感情败类
    2020-12-12 19:57

    @tahsinRupam answer is correct and tested on post Kitkat version.

    true
    true
    

    If you want to use it only for a certain activity, create a style, and attach it on your manifest style like this.

    
    
    
    

    Thumbs up on origal @tahsinRupam

    Happy codings Cheers !

提交回复
热议问题