-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT/#123] OurTodo, MyTodo / EmptyView 구현 #134
Conversation
…into feat/#123-sticky-tab-layout
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
깔끔합니다용가리
fun Activity.setStatusBarColorFromResource(colorResId: Int) { | ||
val statusBarColor = ContextCompat.getColor(this, colorResId) | ||
window.statusBarColor = statusBarColor | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
익스텐션으로 만드셨네요! 전 그냥 작성했었어서 이거 쓰는걸로 바꿔볼게용
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
어려운 거 구현하느라 수고했어요!!!!!
if (response.isEmpty()) { | ||
_todoUncompleteListState.value = UiState.Empty | ||
} else { | ||
_todoUncompleteListState.value = UiState.Success(response) | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Empty일 때의 상태는 이렇게 표시해주는 군여,,
outRect.top = top | ||
outRect.left = left | ||
outRect.right = right | ||
outRect.bottom = bottom |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
오호 데코레이션 좋아요!!!!!
⛳️ Work Description
📸 Screenshot
KakaoTalk_Video_2024-01-16-15-57-19.mp4
📢 To Reviewers