Mar 5, 2012

Activity의 Title bar 제거


1. 코드
requestWindowFeature(Window.FEATURE_NO_TITLE);

2. Manifest 수정
android:theme="@android:style/Theme.NoTitleBar"

No comments:

Post a Comment