Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- activity
- livedata
- 코드포스
- MiTweet
- Rxjava
- Hilt
- TEST
- ProGuard
- Compose
- GitHub
- boj
- Kotlin
- Python
- MyVoca
- 프로그래머스
- 암호학
- 백준
- 코루틴
- AWS
- pandas
- architecture
- Coroutines
- androidStudio
- relay
- Coroutine
- android
- 쿠링
- Codeforces
- Gradle
- textfield
Archives
- Today
- Total
이동식 저장소
Compose에서 이미지가 흑백으로 보일 때 본문
``tint = Color.Unspecifed``를 설정하자.
하...
Icon(
painter = painterResource(...),
contentDescription = null,
tint = Color.Unspecified,
)
'Primary > Compose' 카테고리의 다른 글
Accompanist Compose Navigation 라이브러리 deprecated - migration 가이드 (0) | 2024.01.01 |
---|---|
TalkBack이 Compose TextField를 인식하지 못하는 문제 (1) | 2023.10.02 |
모든 터치 이벤트의 시작과 끝을 판별하는 방법 (0) | 2023.01.14 |
Preview 모드인지 확인하는 방법 (0) | 2023.01.06 |
Brush로 다양한 색깔 효과 입히기 (0) | 2023.01.04 |
Comments