반응형
📄 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
반응형
'#모바일 [Mobile] > Android' 카테고리의 다른 글
[Android] 👓 Android Developer 면접 예상 질문 (Interview Question) (0) | 2019.09.05 |
---|---|
[Android] 백그라운드 투명색 설정 (Set transparent background of an imageview on Android) (0) | 2019.09.02 |
[Android] Custom Dialog 띄우기 (How to create a Custom Dialog in android?) (0) | 2019.08.07 |
[Android] ButterKnife Proguard 설정하기 (How to configure Proguard settings for ButterKnife?) (0) | 2019.08.01 |
[Android] AsyncTask (0) | 2019.07.25 |
댓글