-
Notifications
You must be signed in to change notification settings - Fork 1
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
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.
좋네요 ~~ 고생하셨습니다 ~~
네이밍도 피그마 보고 그대로 가져가는 거 맞아용
app/src/main/res/values/colors.xml
Outdated
<color name="yellow01">#F1F1EA</color> | ||
<color name="red01">#F6EEED</color> |
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.
아하~!! 넵 확인했습니다!!
app/src/main/res/values/colors.xml
Outdated
<color name="orange">#E76D55</color> | ||
<color name="blue03">#EBF0F5</color> | ||
<color name="purple">#7C72EE</color> | ||
<color name="pink">#E36686</color> |
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.
여기도 통일성을 위해 한 줄 씩 추가해 줍시다 ~
app/src/main/res/values/colors.xml
Outdated
<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> |
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.
주석 사용! 좋네용 ~
<item name="android:includeFontPadding">false</item> | ||
</style> | ||
|
||
<!-- HEAD --> |
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.
<!-- HEAD --> | |
<!-- Head --> |
color와의 동일성을 유지하기 위해 이런 식으로 작성하는 게 좋을 것 같아요 ~
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.
오호! color와의 동일성을 생각 못했네요ㅎㅎㅎㅎ 요것도 수정하겠습니다 감사합니다😊
Related issue 🛠
Work Description ✏️
Screenshot 📸
Uncompleted Tasks 😅
To Reviewers 📢