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

refactor: 리소스 리팩터링 및 코드 컨벤션 적용 #473

Open
2 tasks
Junyoung-WON opened this issue Oct 11, 2024 · 0 comments
Open
2 tasks

refactor: 리소스 리팩터링 및 코드 컨벤션 적용 #473

Junyoung-WON opened this issue Oct 11, 2024 · 0 comments
Assignees
Labels
android We are android>< 🛠️ refactor 리팩토링 (변수 및 메서드 네이밍 변경)
Milestone

Comments

@Junyoung-WON
Copy link
Contributor

✅ CheckList

  • styles.xml 정리
  • xml 코드 컨벤션 적용 안된 부분 고치기
@Junyoung-WON Junyoung-WON added android We are android>< 🛠️ refactor 리팩토링 (변수 및 메서드 네이밍 변경) labels Oct 11, 2024
@Junyoung-WON Junyoung-WON added this to the sprint-6 milestone Oct 11, 2024
@Junyoung-WON Junyoung-WON self-assigned this Oct 11, 2024
Junyoung-WON added a commit that referenced this issue Oct 14, 2024
* refactor: View 별 스타일 분리 및 세분화

- 너무 많은 스타일을 가지고 있는 View 의 경우 따로 파일을 생성하여 분리
- 연관성 있는 View style 끼리 정렬
- 주석으로 View 별 스타일 구분
- 스타일 추가 및 세분화

* refactor: 사용하지 않는 layout 제거

- Google Map Fragment 레이아웃과 방문기록(현 스타카토) 레이아웃 제거

* refactor: 상세 페이지 Toolbar의 레이아웃을 include

- 기존에 사용하던 toolbar_detail 의 레이아웃을 include 태그로 적용

* refactor: NavigationToolbar 의 paddingEnd 속성을 style에 지정

* refactor: ConstraintLayout 리팩터링

- ConstraintLayout 내부 View 들의 match_parent 속성을 0dp 로 변경하고 constraint 설정
- 중첩된 ConstraintLayout 제거

* refactor: 기분 선택 리사이클러뷰의 padding 속성 수정

* refactor: 이미지 contentDescription 설정 및 lint 설정

* refactor: xml layout 의 ID 네이밍 컨벤션 적용

- 누락된 이미지 contentDescription 설정

* fix: 스타카토 조회 화면에서 사용하는 Toolbar로 롤백

- 수정, 삭제 시 Memory의 ID가 필요하기 때문에 기존에 사용하는 Toolbar 와 동작이 다름

* ui: 추억 소개 InputText 의 크기 축소 및 여백 너비 조정

* refactor: TextInput style의 이름 변경

- TextInputEditTextStyle.OneLine -> TextInputEditTextStyle.SingleLine

* refactor: View 에서 MaterialDivider 로 변경

* refactor: MaterialDivider View의 id명 변경 및 divider 색상 속성 변경

- view_timeline_line -> divider_timeline
- foreground -> dividerColor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android We are android>< 🛠️ refactor 리팩토링 (변수 및 메서드 네이밍 변경)
Projects
Status: No status
Development

No branches or pull requests

1 participant