Title bar를 없애는 방법은 activity 메소드에 android:theme="@android:style/Theme.NoTitleBar" 항목을 추가 하면 된다.
<activity android:name=".EcoAgentUITest1" android:label="@string/app_name" android:theme= <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> |
* Notification Menu까지 모두 없애고 FullScreen으로 사용 하려면 아래 항목을 추가 하면 된다.
android:theme="@android:style/Theme.NoTitleBar.Fullscreen
'Programming & Tools > Android' 카테고리의 다른 글
[Android] File Stream Read / Write (0) | 2011.05.17 |
---|---|
[Android] "Failed to install xxxxxxx.apk on device 'M110axxxxx': timeout" (1) | 2011.04.07 |
[Android] IP Address 가져오는 소스 예제 (0) | 2011.03.08 |
[Andorid] JNI 로 작성한 파일 디버깅 (0) | 2011.02.24 |
[Android] JNI 를 사용한 socket 생성 시 error (0) | 2011.02.24 |