Skip to content

[chore/#1660] change mds library - #1661

Open
Hyobeen-Park wants to merge 2 commits into
developfrom
chore/#1660-change-mds-library
Open

Hyobeen-Park wants to merge 2 commits into
developfrom
chore/#1660-change-mds-library

Conversation

@Hyobeen-Park

Copy link
Copy Markdown
Contributor

Related issue 🛠

Work Description ✏️

  • 라이브러리 파일 수정

Screenshot 📸

N/A

Uncompleted Tasks 😅

N/A

To Reviewers 📢

MDS 아이콘 리소스 접근 방식을 개선했습니다.
R.drawable에 직접 의존하지 않고 MdsIcons를 통해 아이콘을 제공하도록 하여, MDS 내부 리소스 구조를 외부에 노출하지 않고 일관된 방식으로 사용할 수 있도록 했습니다! 아이콘은 아래와 같이 사용할 수 있습니다!

import org.sopt.official.mds.MdsIcons

Icon(
     imageVector = ImageVector.vectorResource(MdsIcons.imageFilled),      // ic_image_filled
     contentDescription = null
)

@Hyobeen-Park Hyobeen-Park added this to the 39th Android milestone Sep 12, 2026
@Hyobeen-Park Hyobeen-Park self-assigned this Sep 12, 2026
@Hyobeen-Park
Hyobeen-Park requested a review from a team as a code owner September 12, 2026 15:40
@seungjunGong

Copy link
Copy Markdown
Member

해당 스레드 댓글에 질문 남겨놓은게 있는데 한번만 확인해주시면 감사하겠습니다 ㅎ.ㅎ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CHORE] mds 라이브러리 변경

2 participants