-
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
[Fix] 주변 상점 UI 웹, ios와 동기화 #411
Open
hsgo2430
wants to merge
11
commits into
develop
Choose a base branch
from
fix/synchronization_store_activity
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+363
−264
Open
Changes from 3 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
29d7131
이벤트 카드뷰 UI 변경
hsgo2430 fc9a4e0
Merge branch 'develop' of https://github.com/BCSDLab/KOIN_ANDROID int…
hsgo2430 02586f7
Merge branch 'develop' of https://github.com/BCSDLab/KOIN_ANDROID int…
hsgo2430 1a30c75
Merge branch 'develop' of https://github.com/BCSDLab/KOIN_ANDROID int…
hsgo2430 24446cb
feature: 툴팁 기능 추가
hsgo2430 5722938
fix: 상점 초기 정렬 기준을 리뷰 수로 변경
hsgo2430 6b0a03d
feature: 리뷰 알림 토글 생성
hsgo2430 6ad9f2b
fix: 주변상점 띄어쓰기
hsgo2430 84e6563
refactor: 상점 카테고리 상수 제거
hsgo2430 b26ee7d
feature: 가게 리뷰 유도 노티
hsgo2430 cb15837
fix: 1차 QA
hsgo2430 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,13 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="17dp" | ||
android:height="16dp" | ||
android:viewportWidth="17" | ||
android:viewportHeight="16"> | ||
<group> | ||
<clip-path | ||
android:pathData="M0.5,0h16v16h-16z"/> | ||
<path | ||
android:pathData="M7.7,8L10.3,10.6C10.422,10.722 10.483,10.878 10.483,11.066C10.483,11.255 10.422,11.411 10.3,11.533C10.177,11.655 10.022,11.717 9.833,11.717C9.644,11.717 9.488,11.655 9.366,11.533L6.3,8.467C6.233,8.4 6.186,8.328 6.158,8.25C6.13,8.172 6.116,8.089 6.116,8C6.116,7.911 6.13,7.828 6.158,7.75C6.186,7.672 6.233,7.6 6.3,7.533L9.366,4.467C9.488,4.344 9.644,4.283 9.833,4.283C10.022,4.283 10.177,4.344 10.3,4.467C10.422,4.589 10.483,4.744 10.483,4.933C10.483,5.122 10.422,5.278 10.3,5.4L7.7,8Z" | ||
android:fillColor="#FAFAFA"/> | ||
</group> | ||
</vector> |
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,13 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="17dp" | ||
android:height="16dp" | ||
android:viewportWidth="17" | ||
android:viewportHeight="16"> | ||
<group> | ||
<clip-path | ||
android:pathData="M16.5,16l-16,-0l-0,-16l16,-0z"/> | ||
<path | ||
android:pathData="M9.3,8L6.7,5.4C6.578,5.278 6.517,5.122 6.517,4.933C6.517,4.745 6.578,4.589 6.7,4.467C6.823,4.345 6.978,4.283 7.167,4.283C7.356,4.283 7.512,4.345 7.634,4.467L10.7,7.533C10.767,7.6 10.814,7.672 10.842,7.75C10.87,7.828 10.884,7.911 10.884,8C10.884,8.089 10.87,8.172 10.842,8.25C10.814,8.328 10.767,8.4 10.7,8.467L7.634,11.533C7.512,11.656 7.356,11.717 7.167,11.717C6.978,11.717 6.823,11.656 6.7,11.533C6.578,11.411 6.517,11.256 6.517,11.067C6.517,10.878 6.578,10.722 6.7,10.6L9.3,8Z" | ||
android:fillColor="#FAFAFA"/> | ||
</group> | ||
</vector> |
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,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="rectangle"> | ||
<solid android:color="@color/black" /> | ||
<corners android:radius="5dp" /> | ||
</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
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
Oops, something went wrong.
Oops, something went wrong.
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.
app:fontName
속성은 #330 에서 제거됬어요!core 모듈 안 text_appearance.xml 에 텍스트 스타일이 정의되어 있으니 피그마에서 사용되는 타이포그래피 기준으로 맞춰서 사용하시면 됩니다!
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.
고생하셨겠네요! 감사합니다!