Skip to content
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

Merged
merged 4 commits into from
Sep 15, 2023

Conversation

murjune
Copy link
Member

@murjune murjune commented Sep 10, 2023

관련 이슈

작업한 내용

  • 드롭다운 메뉴 string 변경
  • 드롭다운 clip RoundRadius 변경

PR 포인트

드롭다운의 clip속성을 바꾸고 싶었는데 DropDownMenu 내부적으로 MaterialTheme.shapes.medium을 사용하고 있어서 바꿀 방법이 없었습니다.. 따라서, Shapes 자체를 오버라이딩하는 방법 말고는 해결할 수가 없었네요
더 좋은 방법이 있다면 알려주세요!
관련 stackoverflow

@murjune murjune added 준원🐻 준원이가 작업함! fix 수정 labels Sep 10, 2023
@murjune murjune requested review from KWY0218 and 2zerozu September 10, 2023 16:39
@murjune murjune self-assigned this Sep 10, 2023
Copy link
Member

@KWY0218 KWY0218 left a 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() }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LocalShapes 변수는 사용 하지 않는 변수일까요?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

앗! 삭제하도록 할게유

Copy link
Contributor

@2zerozu 2zerozu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ^____________^

@2zerozu 2zerozu added the Pull Request🔥 풀리퀘 날림! label Sep 11, 2023
@murjune murjune force-pushed the ui/#313-fix-rule-dropdown-menu branch from 1fcd61d to 6f895d8 Compare September 14, 2023 11:16
@murjune murjune merged commit 59da635 into develop Sep 15, 2023
1 check passed
@murjune murjune deleted the ui/#313-fix-rule-dropdown-menu branch September 15, 2023 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix 수정 Pull Request🔥 풀리퀘 날림! 준원🐻 준원이가 작업함!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Ui] 룰 Dropdown 메뉴 디자인 수정
3 participants