-
Notifications
You must be signed in to change notification settings - Fork 0
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
[QA] 운동 뷰 QA 1차 수정 #140
[QA] 운동 뷰 QA 1차 수정 #140
Conversation
app/src/main/AndroidManifest.xml
Outdated
@@ -51,7 +51,7 @@ | |||
<service | |||
android:name=".presentation.home.service.StepCountService" | |||
android:exported="false" | |||
android:foregroundServiceType="health" /> | |||
android:foregroundServiceType="health|dataSync" /> |
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.
@Jokwanhee 이거 health로 둬도 되죠?
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.
@l2zh
네 health로 테스트해봤는데 진행해도 괜찮을 것 같아요!
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.
고생했습니다 ~ 👍
그때 home 쪽 디버깅한 부분이 남아있었네요.. 그래서 버그가 좀 있었을 듯 합니다 ㅠ.ㅠ
android:layout_height="0dp" | ||
android:layout_marginStart="8dp" | ||
android:layout_marginEnd="16dp" | ||
android:background="@drawable/shape_rectangle_radius8" | ||
android:clipToOutline="true" |
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.
clipToOutline 이 이미지 둥글게 만드는 속성으로 알고 있는데, api 하위 호환성이 없는 걸로 알고 있어서 coil 같은 이미지 라이브러리를 사용하는 것을 권장합니다!
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.
coil 사용해보겠습니다~ 감사합니다~
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.
수고하셨습니다!
📌 관련 이슈
📷 screenshot
📝 Work Desciption
📚 Reference 혹은 궁금한 사항들
? 눌렀을 때 팝업 나오는거 아직 추가 안했어요추가했습니다~