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

[init] xml Styles 세팅 #9

Merged
merged 5 commits into from
May 15, 2024
Merged

[init] xml Styles 세팅 #9

merged 5 commits into from
May 15, 2024

Conversation

Hyobeen-Park
Copy link
Contributor

Related issue 🛠

Work Description ✏️

  • font 파일 추가하고 TextAppearance 추가했습니다
  • colors 세팅했습니다

Screenshot 📸

Uncompleted Tasks 😅

  • N/A

To Reviewers 📢

  • 네이밍은 피그마에 있는거 그대로 가져오긴 했는데 이거 맞겠지요....?

Copy link
Contributor

@jihyunniiii jihyunniiii left a comment

Choose a reason for hiding this comment

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

좋네요 ~~ 고생하셨습니다 ~~
네이밍도 피그마 보고 그대로 가져가는 거 맞아용

Comment on lines 11 to 12
<color name="yellow01">#F1F1EA</color>
<color name="red01">#F6EEED</color>
Copy link
Contributor

Choose a reason for hiding this comment

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

요 사이에도 한 줄 추가해주면 좋을 것 같습니다 ~

Copy link
Contributor Author

Choose a reason for hiding this comment

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

아하~!! 넵 확인했습니다!!

Comment on lines 16 to 19
<color name="orange">#E76D55</color>
<color name="blue03">#EBF0F5</color>
<color name="purple">#7C72EE</color>
<color name="pink">#E36686</color>
Copy link
Contributor

Choose a reason for hiding this comment

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

여기도 통일성을 위해 한 줄 씩 추가해 줍시다 ~

Comment on lines 41 to 46
<color name="blue01">#297DCB</color>
<color name="blue02">#2588E4</color>
<color name="brown">#CC6E00</color>
<color name="red02">#EF6253</color>
<color name="green02">#00B856</color>
<color name="green03">#41B979</color>
Copy link
Contributor

Choose a reason for hiding this comment

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

여기도 !

Copy link
Contributor

Choose a reason for hiding this comment

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

주석 사용! 좋네용 ~

<item name="android:includeFontPadding">false</item>
</style>

<!-- HEAD -->
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<!-- HEAD -->
<!-- Head -->

color와의 동일성을 유지하기 위해 이런 식으로 작성하는 게 좋을 것 같아요 ~

Copy link
Contributor Author

Choose a reason for hiding this comment

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

오호! color와의 동일성을 생각 못했네요ㅎㅎㅎㅎ 요것도 수정하겠습니다 감사합니다😊

@Hyobeen-Park Hyobeen-Park merged commit 2d4769d into develop May 15, 2024
1 check passed
@jihyunniiii jihyunniiii deleted the init-project-setting-xml branch May 16, 2024 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[init] xml Styles 세팅
2 participants