본문 바로가기
📁App Developing/Kotlin 강좌

타이틀 바 커스터마이징

by Hush 2022. 9. 13.

타이틀 바 없애기

res > values > themes > themes.xml파일의 style 태그의 parent를 수정하자.

<style name="Theme.WiseSayingApp" parent="Theme.AppCompat.Light.NoActionBar">
<style name="Theme.WiseSayingApp" parent="Theme.AppCompat.DayNight.NoActionBar">

 

'📁App Developing > Kotlin 강좌' 카테고리의 다른 글

ListView  (0) 2022.09.04
레이아웃  (0) 2022.08.27
스탑워치 메모  (0) 2022.07.25
Bmi 앱 메모  (0) 2022.07.24
kotlin 기초 문법  (0) 2022.07.23

댓글