-
Notifications
You must be signed in to change notification settings - Fork 206
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
Proper layout of AssistChip in the archive portion of the timetable detail screen. #489
Proper layout of AssistChip in the archive portion of the timetable detail screen. #489
Conversation
"ドキュメント" to "資料
- Change Filled icon to Outline - Implementation of TimeTableIconButton using slot api concept
Snapshot diff report
|
Hi @toastmeister1! Codes seem to be unformatted. To resolve this issue, please run |
private fun ArchiveSectionIconButton( | ||
icon: @Composable () -> Unit, | ||
label: @Composable () -> Unit, | ||
onClick: () -> Unit, | ||
modifier: Modifier = Modifier, | ||
iconSpacing: Dp = 8.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.
Amazing! You use the Slot API pattern appropriately! Are you a Compose professional, right?
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.
I've always been interested in Compose, so I gave it a try.
I'm glad you liked it.
I hope your conference will be a success :)
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.
Great!
Issue
Overview (Required)
Make the following modifications
Links
Screenshot