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

[Feature] 버튼 디자인 시스템 구축 (모듈화) #169

Merged
merged 18 commits into from
Feb 21, 2024

Conversation

Jokwanhee
Copy link
Contributor

PR 개요

이슈 번호: #168

작업사항

  • 폰트 & 컬러 시스템 구축
  • Button 디자인 시스템 구축 (메뉴 버튼은 아직 못함)

시연영상

339a033a-2aba-40cc-84b8-717cbf6b50d7.mp4

@Jokwanhee Jokwanhee added the enhancement New feature or request label Feb 20, 2024
@Jokwanhee Jokwanhee requested a review from wnehdals February 20, 2024 05:59
@Jokwanhee Jokwanhee self-assigned this Feb 20, 2024
context: Context,
attributeSet: AttributeSet? = null,
defStyleAttr: Int = 0,
) : AppCompatButton(context, attributeSet, defStyleAttr) {
Copy link
Contributor

Choose a reason for hiding this comment

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

LinearLayout 혹은 ConstraintLayout 상속받는걸로 변경해주세요

Copy link
Contributor Author

Choose a reason for hiding this comment

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

요거는 나중에 하겠습니다...

@wnehdals wnehdals merged commit ca97930 into develop Feb 21, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants