IT/- 프로그래밍

안드로이드 타이틀바 없애기

혁준7519 2016. 8. 4. 21:27

타이틀바 없애기

1
2
3
    //타이틀바 없애기       
    requestWindowFeature(Window.FEATURE_NO_TITLE);
 
cs