본문 바로가기
#모바일 [Mobile]/Android

[Android] 상태바 숨기기 (How to hide status bar?)

by cy_mos 2019. 9. 2.
반응형

[Android] 상태바 숨기기 (How to hide status bar?)


📄 Hide status bar Source Code by Java

getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);

🚀 REFERENCE

 

How to hide status bar?

How can I hide the status bar for a specific activity? I found this similar question, but none of the answers worked for me. The app just crashed every time I tried to go to the activity: How to h...

stackoverflow.com

 

Make Activity Full Screen Android - Hide Top Bar - Easy Android Tutorials

A common beginner developers problem is to Make Activity Full Screen Android. This is very easy and can be done in a single line of code. Learn how.

easyandroidtutorials.com

반응형

댓글