일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- ViewModel
- constraintlayout
- figma
- Android
- statusbar
- mvvm
- Emulator fails to Launch
- github
- Mocky
- AndroidStudio
- systembar
- Kotlin
- 피그마
- LinearLayout
- TabLayout
- SharedPreference
- ToyProject
- GPT
- Coroutine
- 안드로이드
- CoroutineScope
- Rotate
- retrofit
- Backup Manager
- MVI
- Swiftshader
- compose
- php
- ViewPager2
- repositories
Archives
- Today
- Total
목록systembar (1)
Kwaang Tech
[Kotlin] Compose system bar 설정
Compose로 매우 간단한 이미지 프로필을 만들어보았다. 근데 위 상단 Status Bar 색상이 바뀌지 않아서, 무척 고생을 하였다. 멍청하게,, res/values/styles 쪽으로만 시스템바를 바꾸려고 한 것이였다... 방법은 매우 간단했다. Color 설정 [ui.theme > Color.kt] 파일 열기 여기서 Black이 내가 설정한 Color 색이다. 이미지 프로필 배경색과 동일하게 바꿔 주고싶었기 때문이다. Theme에 Color 설정 [ui.theme > Theme.kt] 파일 열기 primary 컬러를 수정해준다. private val LightColorScheme = lightColorScheme( primary = Black, secondary = PurpleGrey40, ter..
Dev/TroubleShooting
2024. 1. 17. 14:52