Android/System Design1 Status Bar(Background Image) 출처 : http://stackoverflow.com/questions/34382204/is-it-possible-to-use-not-only-status-bar-but-the-footer-navigation-view-also-fo values-v19/styles.xmlIn code set flags:if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) { getWindow().getDecorView().setSystemUiVisibility( View.SYSTEM_UI_FLAG_LAYOUT_FULLSCREEN | View.SYSTEM_UI_FLAG_LAYOUT_HIDE_NAVIGATION); } 2016. 4. 28. 이전 1 다음