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

[ADD/#217] user 자리 없을때 두줄 처리 #218

Merged
merged 5 commits into from
Feb 29, 2024

Conversation

chattymin
Copy link
Member

@chattymin chattymin commented Feb 28, 2024

⛳️ Work Description

  • 사용자 초과시 두줄처리
  • flex 활용
  • red_50 추가

📸 Screenshot

스크린샷 2024-02-29 오전 12 05 58 before 스크린샷 2024-02-29 오전 12 06 27 after 스크린샷 2024-02-29 오전 12 08 28 before 스크린샷 2024-02-29 오전 12 08 02 after

📢 To Reviewers

  • 라이브러리 최고~
  • 디쌤한테 승인받고 진행햇습니다~

@chattymin chattymin added 동민 🐥 ADD ➕ 부수적인 코드 추가 및 라이브러리 추가, 새로운 파일 생성 labels Feb 28, 2024
@chattymin chattymin self-assigned this Feb 28, 2024
Copy link
Member

@leeeyubin leeeyubin left a comment

Choose a reason for hiding this comment

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

수고해써요~!!

@@ -83,6 +83,7 @@ dependencies {
implementation(lottie)
implementation(circularProgressBar)
implementation(circleIndicator)
implementation(flexbox)
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
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.

수고하셧슴니당~~~~~!!!

@@ -64,7 +64,7 @@
android:layout_marginEnd="16dp"
android:orientation="horizontal"
android:overScrollMode="never"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
app:layoutManager="com.google.android.flexbox.FlexboxLayoutManager"
Copy link
Contributor

Choose a reason for hiding this comment

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

오 새로 보는 친구인 것 같아요 👁️👁️ !!!!!! 저도 참고해보겠숨다!

@@ -2,6 +2,7 @@
<resources>

<!-- Main _ Tangerine -->
<color name="red_50">#FFECE6</color>
Copy link
Contributor

Choose a reason for hiding this comment

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

굿굿~~~~

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.

오호 플렉스박스 저도 직접 써보는건 첨이네용 굿굿 !!!!

@chattymin chattymin merged commit 888e88c into develop Feb 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ADD ➕ 부수적인 코드 추가 및 라이브러리 추가, 새로운 파일 생성 동민 🐥
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[ADD] 아워투두 & 할일조회 / 사용자명 초과시 두줄 처리
4 participants