고민있어요
어떤식으로 정리하면 좋을까요??
- 좋아요수
- 1
- 댓글수
- 1
- 조회수
- 299
고민있어요
질문&답변
결론은 코드가 다른 부분은 없었습니다 Stack Overflow에서 버전 호환 문제로 인한 Issue가 있습니다 https://stackoverflow.com/questions/73302605/creationextras-must-have-a-value-by-saved-state-registry-owner-key 해결방법 -> 버전 업데이트 // ViewModel delegate implementation 'androidx.activity:activity-ktx:1.5.2' implementation 'androidx.fragment:fragment-ktx:1.5.2'
질문&답변
감사합니다 https://developer.android.com/training/system-ui/status 이게 제대로 돌아갑니다^^ 저처럼 맨위에 StatusBar 숨기고 싶은분들은 아래 코드를 onCreate 프로퍼티로 넣으면 좋을꺼 같습니다 ㅎ window . decorView . systemUiVisibility = View. SYSTEM_UI_FLAG_FULLSCREEN actionBar ?.hide()