-
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
[mod] 상세 피드 댓글 / 1차 릴리즈 QA 피드백 반영 #158
Merged
Merged
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
f6b8895
[fix] #151 댓글 작성 시, 4줄 이후부터는 스크롤 되도록 변경 (최대 높이 제한)
leeeha c74e08a
[fix] #151 댓글 작성 뷰에서는 dispatchTouchEvent 함수에서 Activity의 hideKeyboard …
leeeha 61d706d
[fix] #151 상세 피드 앱바 구분선은 같이 스크롤 되지 않도록 변경
leeeha bad0dad
[ui] 위니 업로드 작성 뷰 패딩, 마진 값 수정하기
leeeha be0ec95
[mod] #151 상세 피드 액티비티에서 adjustResize 대신 adjustPan 사용하도록 변경
leeeha 64d2e06
[feat] #151 댓글 생성하면 마지막 아이템으로 스크롤 위치가 이동하도록 구현
leeeha bee8a5b
[mod] #151 댓글 등록 버튼의 z 값이 앞으로 오도록 변경 (클릭이 잘 되도록)
leeeha 365208b
[del] #151 불필요한 주석들 삭제
leeeha 987e321
Merge branch 'develop' of https://github.com/team-winey/Winey-AOS int…
leeeha 519d34c
[mod] 마이페이지에서 사용자 이용 약관 링크 변경
leeeha 942568c
[mod] #152 회원탈퇴 버튼 디자인 수정
leeeha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="rectangle"> | ||
<stroke | ||
android:width="10dp" | ||
android:color="@color/gray_100" /> | ||
<solid android:color="@color/white" /> | ||
<corners android:radius="10dp" /> | ||
</shape> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
이 부분 어떻게 할지 궁금했었는데 setOnFocusChangeListener 방법 너무 좋네요