-
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
#313 [fix] Rule dropdown menu Clip radius 값 수정 #316
Conversation
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.
수고하셨습니다! 👍
private val DropdownDividerPadding = 14.dp | ||
private val LocalShapes = staticCompositionLocalOf { Shapes() } |
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.
LocalShapes
변수는 사용 하지 않는 변수일까요?
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.
LGTM ^____________^
1fcd61d
to
6f895d8
Compare
관련 이슈
작업한 내용
PR 포인트
드롭다운의 clip속성을 바꾸고 싶었는데
DropDownMenu
내부적으로 MaterialTheme.shapes.medium을 사용하고 있어서 바꿀 방법이 없었습니다.. 따라서, Shapes 자체를 오버라이딩하는 방법 말고는 해결할 수가 없었네요더 좋은 방법이 있다면 알려주세요!
관련 stackoverflow