타이틀바 없애기

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


+ Recent posts