-
Notifications
You must be signed in to change notification settings - Fork 2
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
[UI/#44] 취향 태그 뷰 / UI 수정 #49
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.
깰꼼하네요 멋지네요 유빈지노 ㄷ ㄷ
initAdapter() | ||
initItemDecoration() | ||
initBackClickListener() |
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.
아 함수화 좋습니다~
if (position == 0) outRect.top = 50 | ||
else outRect.top = 0 | ||
outRect.bottom = 10 |
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.
리사이클러뷰를 이렇게......진짜 유빈 갓이네
<solid android:color="@color/gray_400" /> | ||
<corners android:radius="4dp" /> |
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.
디자인 반영 좋아요~ gray 700 좋습니다~
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.
푸하하 gray_400이지롱
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.
수과씀다!
android:layout_marginStart="20dp" | ||
android:layout_marginTop="4dp" | ||
android:layout_marginBottom="16dp" | ||
android:text="철저하게" |
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.
어차피 갈아끼우는 값이긴 하지만, text로 나타내기 보다는 text를 비워두고 tools를 넣어두는 것도 좋을 것 같아요~
<solid android:color="@color/gray_400" /> | ||
<corners android:radius="4dp" /> |
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.
푸하하 gray_400이지롱
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:background="@drawable/shape_rect_topleft5_gray300_fill" | ||
android:layout_marginTop="16dp" | ||
android:background="@drawable/ic_preference_union" | ||
android:gravity="center" |
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.
center는 없어도 될 것 같아요~
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.
center가 없으면 텍스트가 이미지 왼쪽으로 붙어서 가운데로 넣어뒀습니다,,!
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.
LGTM ㅋㅋ 괴롭힐 거 없어서 재미없어요
app:layout_constraintTop_toTopOf="parent" | ||
tools:text="관광" /> | ||
android:layout_marginTop="4dp" | ||
android:text="계획은 얼만큼 짤까요?" |
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.
텍스트 추출 까먹지 말기. 각인 완료.
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.
엇 근데 요거 리사이클러뷰의 아이템이라 어차피 바뀌는 값인데 텍스트 추출 해야 할까용..??
⛳️ Work Description
📸 Screenshot
device-2024-01-09-203908.mp4
📢 To Reviewers