You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.xml files
[acitivity/fragment/dialog/item]_[Design Name].xml
[Design Name]은 대문자 --> _소문자 로 변경해서 사용
ex) Desing name: ProjectDtail, activity file --> activity_project_detail.xml
3.icon id
아이디 추후에 사용 여부(java에서)와 상관 없이 아이디는 일정하게 부여
같은 중복되는 icon들이 있다면 detail을 더 세부적으로 명시
[icon name]_ [detail] _[filename]
ex) btn_signup_login , text_email_singnin
activity나 fragment는 붙이지 않음
icon name에 축약 사용
4.resourec files
디자인팀이 정한 이름 그대로 사용
The text was updated successfully, but these errors were encountered:
See also : #issue, …(참고 이슈, 생략 가능)
##################################################
types = {
feat : 새로운 기능에 대한 커밋
fix : 버그 수정에 대한 커밋
build : 빌드 관련 파일 수정에 대한 커밋
chore : 그 외 자잘한 수정에 대한 커밋
ci : CI관련 설정 수정에 대한 커밋
docs : 문서 수정에 대한 커밋
style : 코드 스타일 혹은 포맷 등에 관한 커밋
refactor : 코드 리팩토링에 대한 커밋
test : 테스트 코드 수정에 대한 커밋
}
file name , id convention
참고자료1
Naming Convention
xml 파일 보고 결정
2.xml files
[acitivity/fragment/dialog/item]_[Design Name].xml
[Design Name]은 대문자 --> _소문자 로 변경해서 사용
ex) Desing name: ProjectDtail, activity file --> activity_project_detail.xml
3.icon id
아이디 추후에 사용 여부(java에서)와 상관 없이 아이디는 일정하게 부여
같은 중복되는 icon들이 있다면 detail을 더 세부적으로 명시
[icon name]_ [detail] _[filename]
ex) btn_signup_login , text_email_singnin
4.resourec files
디자인팀이 정한 이름 그대로 사용
The text was updated successfully, but these errors were encountered: