We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재 메인과 답변 화면에서 사용하는 큰 카드뷰와 앨범에서 사용하는 작은 카드뷰를 MainCardView 하나로 공유된 상태다. 큰 카드뷰와 작은 카드뷰의 차이점은 다음과 같다.
MainCardView
RoundedRectangle
CardView
CardWithPartsView
Common
The text was updated successfully, but these errors were encountered:
efc6021 커밋으로 MainCardView 리팩토링을 수행했습니다. 다음은 각 뷰에 맞게 적절한 속성을 대입해주는 코드를 작성해야 합니다. AspectRatio 는 뷰 밖에서 지정을 해 주는게 좋을지, 뷰 안에서 지정을 하는게 맞을지 고민입니다.
Sorry, something went wrong.
cf242d5 커밋으로 CardView 속성들을 모두 캡슐화시켰습니다. 앞으로 할 일은 CardWithPartsView 를 새로 만들 일입니다.
그리고 Common 디렉토리의 파일들을 정리하면 좋을 것 같습니다.
kor-Chipmunk
No branches or pull requests
배경
현재 메인과 답변 화면에서 사용하는 큰 카드뷰와 앨범에서 사용하는 작은 카드뷰를
MainCardView
하나로 공유된 상태다. 큰 카드뷰와 작은 카드뷰의 차이점은 다음과 같다.RoundedRectangle
이 겹쳐져 있는 영역의 Round 값RoundedRectangle
이 겹쳐져 있는 영역의 Padding 값구현할 것
MainCardView
이름을CardView
로 변경CardView
크기에 대비하여 여러 속성들을 입력으로 받음CardView
와 파츠들을 담을 새로운CardWithPartsView
추가CardWithPartsView
를 만들 때 어디에 쓸 것인지를 입력 받는다.Common
폴더로 이동The text was updated successfully, but these errors were encountered: