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

[FIX/#255] Todo / QA 이슈사항 대응 #261

Merged
merged 7 commits into from
Mar 14, 2024
Merged

Conversation

Marchbreeze
Copy link
Member

@Marchbreeze Marchbreeze commented Mar 13, 2024

⛳️ Work Description

  • 아이콘들 수정
  • 메모 내부 스크롤로 변경
  • 같이할일에서 ‘나’ 지정 후 해제했을 때 나의할일 엠티뷰 노출되도록 수정 - 저는 일단 잘돼서, 상황 뜨는거 확인해봐야할듯

@Marchbreeze Marchbreeze added 상호 🍀 FIX 🔨 버그 및 오류 해결 labels Mar 13, 2024
@Marchbreeze Marchbreeze added this to the 2차 스프린트 milestone Mar 13, 2024
@Marchbreeze Marchbreeze self-assigned this Mar 13, 2024
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.

역시 최강안드 ㄷㄷ!!👍

style="@style/TextAppearance.Doorip.Head1"
style="@style/TextAppearance.Doorip.Head2"
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

@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.

깔꼼합니다!!! 굿굿~~

Comment on lines +60 to +61
android:textColor="@{vm.isFinishAvailable() == true ? @color/red_500 : @color/gray_200}"
app:layout_constraintBottom_toBottomOf="@id/tv_todo_create_title"
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

@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.

김상호 커스텀뷰 그만 잘해. 그거까지 잘하면 내자리가 없어.

Comment on lines +95 to +96
etEmojiCounterEtContent.maxLines =
typedArray.getInt(R.styleable.EmojiCounterEditText_minLines, 2)
Copy link
Member

Choose a reason for hiding this comment

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

대부분은 minLine을 설정 안하니까 default인 1이 maxLine이 되고, minLine을 설정한 친구(메모)같은 애들은 minLine만큼 맥스라인이 되는걸까요?

@@ -91,6 +92,9 @@ class EmojiCounterEditText(context: Context, attrs: AttributeSet) :
typedArray.getString(R.styleable.EmojiCounterEditText_hint)
etEmojiCounterEtContent.minLines =
typedArray.getInt(R.styleable.EmojiCounterEditText_minLines, 1)
etEmojiCounterEtContent.maxLines =
typedArray.getInt(R.styleable.EmojiCounterEditText_minLines, 2)
etEmojiCounterEtContent.movementMethod = ScrollingMovementMethod()
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.

현재 기본 커스텀뷰 설정은 기본 1줄, 길어지면 2줄 (근데 대부분 최대 15자 제한 있음), 3줄보다 길어지면 작성이 안되는게 아니라 높이는 2줄짜리에서 스크롤 될 수 있도록 설정했음 ! (메모의 경우 따로 둘다 6줄로 설정)
지금은 기본 maxLine 설정이 없었어서, 투두제목에서 한글자하고 띄우고 해서 15줄짜리 제목도 만들 수 있길래, UI적으로 이게 더 나을 것 같아서 !

@Marchbreeze Marchbreeze merged commit 1ef34a8 into develop Mar 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FIX 🔨 버그 및 오류 해결 상호 🍀
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FIX] Todo / QA 이슈사항 대응
4 participants