-
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
[ADD/#217] user 자리 없을때 두줄 처리 #218
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.
수고해써요~!!
@@ -83,6 +83,7 @@ dependencies { | |||
implementation(lottie) | |||
implementation(circularProgressBar) | |||
implementation(circleIndicator) | |||
implementation(flexbox) |
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.
수고하셧슴니당~~~~~!!!
@@ -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" |
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.
오 새로 보는 친구인 것 같아요 👁️👁️ !!!!!! 저도 참고해보겠숨다!
@@ -2,6 +2,7 @@ | |||
<resources> | |||
|
|||
<!-- Main _ Tangerine --> | |||
<color name="red_50">#FFECE6</color> |
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
before after before after📢 To Reviewers