-
Notifications
You must be signed in to change notification settings - Fork 0
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] Custom SnackBar 제작 #23
Conversation
modifier | ||
.padding(12.dp) | ||
.background(color = containerColor, shape = RoundedCornerShape(size = 16.dp)) | ||
.padding(vertical = 7.dp, horizontal = 24.dp), |
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.
p2
vertical 11dp 여요
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.
굳굳~
val job = | ||
launch { | ||
snackBarHostState.currentSnackbarData?.dismiss() | ||
snackBarHostState.showSnackbar("안녕안녕") |
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.
p5
안녕안녕 언제바꾸실건가요?
import org.android.bbangzip.ui.theme.BbangZipTheme | ||
|
||
@Composable | ||
fun BbangZipSnackBarHost( |
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.
p5
좋다..
Related issue 🛠
Work Description ✏️
Screenshot 📸
21.mp4
Uncompleted Tasks 😅
To Reviewers 📢