최종수정 : 2021.01.02
themes.xml 파일의 <resources> 태그 안에 다음의 코드 추가
<style name="테마명" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="windowNoTitle">true</item>
<item name="windowActionBar">false</item>
<item name="android:windowFullscreen">true</item>
</style>
AndroidManifest.xml 파일의 android:theme를 수정
android:theme="@style/테마명"
[Android][Kotlin]안드로이드 인터넷 연결 체크 확인 코드 (0) | 2021.08.31 |
---|---|
[Android] xml 파일로 정삼각형 그리기, 돌리기 (0) | 2021.01.12 |
[Android] string.xml 문자 가져오기 (0) | 2021.01.01 |
[Android][Android Studio] adb.exe위치 (0) | 2020.12.17 |
[Android] 안드로이드에 폰트 적용 (0) | 2019.10.14 |
댓글 영역