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

[UI/#44] 취향 태그 뷰 / UI 수정 #49

Merged
merged 11 commits into from
Jan 9, 2024
Merged

Conversation

leeeyubin
Copy link
Member

⛳️ Work Description

  • 취향 태그 뷰 UI 수정
  • ItemDecoration 구현
  • 하단 투명도 구현

📸 Screenshot

device-2024-01-09-203908.mp4

📢 To Reviewers

  • 기존에 있던 취향 태그 뷰 UI에서 바뀐 디자인으로 수정했습니다~!

Copy link
Contributor

@crownjoe crownjoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

깰꼼하네요 멋지네요 유빈지노 ㄷ ㄷ

Comment on lines 23 to +25
initAdapter()
initItemDecoration()
initBackClickListener()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아 함수화 좋습니다~

Comment on lines +19 to +21
if (position == 0) outRect.top = 50
else outRect.top = 0
outRect.bottom = 10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

리사이클러뷰를 이렇게......진짜 유빈 갓이네

Comment on lines +5 to +6
<solid android:color="@color/gray_400" />
<corners android:radius="4dp" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

디자인 반영 좋아요~ gray 700 좋습니다~

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

푸하하 gray_400이지롱

Copy link
Member

@chattymin chattymin left a 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="철저하게"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

어차피 갈아끼우는 값이긴 하지만, text로 나타내기 보다는 text를 비워두고 tools를 넣어두는 것도 좋을 것 같아요~

Comment on lines +5 to +6
<solid android:color="@color/gray_400" />
<corners android:radius="4dp" />
Copy link
Member

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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

center는 없어도 될 것 같아요~

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

center가 없으면 텍스트가 이미지 왼쪽으로 붙어서 가운데로 넣어뒀습니다,,!

Copy link
Member

@Marchbreeze Marchbreeze left a 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="계획은 얼만큼 짤까요?"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고정된 텍스트는 추출...^__^

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

텍스트 추출 까먹지 말기. 각인 완료.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

엇 근데 요거 리사이클러뷰의 아이템이라 어차피 바뀌는 값인데 텍스트 추출 해야 할까용..??

@leeeyubin leeeyubin merged commit b1f7eac into develop Jan 9, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[UI] 취향 태그 뷰 / UI 수정
4 participants