-
Notifications
You must be signed in to change notification settings - Fork 200
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
Changed the shape of speaker icons in the timeline grid from rounded rectangle to circles #276
Conversation
…rectangles to circles
@@ -240,7 +241,7 @@ private fun SpeakerIcon( | |||
contentDescription = stringResource(SessionsRes.string.content_description_user_icon), | |||
modifier = modifier | |||
.size(TimetableGridItemSizes.speakerHeight) | |||
.clip(RoundedCornerShape(8.dp)) | |||
.clip(CircleShape) | |||
.border( | |||
BorderStroke(1.dp, MaterialTheme.colorScheme.outline), | |||
RoundedCornerShape(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.
Thanks! Could we change this as well to fix the border?
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.
Sorry. I missed this point. I will fix this point.
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 fixed this point.
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.
Thank you for your contribution!
Issue
Overview (Required)
Links
Screenshot (Optional if screenshot test is present or unrelated to UI)
Movie (Optional)