티스토리 뷰
안드로이드는 기본적으로 타이틀이 설정되는데 그걸없애려면..
style.xml 에 밑에같이 style 을 지정하고.
<style name="ThemeName">
<item name="android:windowNoTitle">true</item>
</style>
AndroidManifest.xml 에
application 에서 android:theme="@style/ThemeName"
이런식으로 테마를 지정하면 된다.
[출처.원본 devbible.tistory.com ]
'Development' 카테고리의 다른 글
[Android] 버튼 클릭범위 (Click the range of Button) (0) | 2010.07.21 |
---|---|
[Android] 이미지 9.patch 하기 (0) | 2010.07.15 |
[Android] string.xml 에서 String 받기 (0) | 2010.07.14 |
[Android] comparator 를 이용한 Collections.sort (중복없음) (7) | 2010.07.13 |
[Android] INSTALL_FAILED_INSUFFICIENT_STORAGE (용량부족 오류) (0) | 2010.07.13 |
댓글
최근에 올라온 글
글 보관함
- Total
- Today
- Yesterday