-
Notifications
You must be signed in to change notification settings - Fork 0
[design] #108 종석 담당의 아이콘 교체 및 UI 컴포넌트 변경사항 반영 #111
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
Merged
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
e962f10
[design] #108 아이콘 및 이미지 리소스 추가, 불필요한 리소스 제거
Ojongseok 71ea04b
[design] #108 아이콘 리소스 변경에 따른 UI에서 리소스 참조 교체
Ojongseok 3a8dba3
[design] #108 기본 프로필 이미지 리소스 교체
Ojongseok 9e0fa20
[design] #108 기본 프로필 이미지 placeholder, error 기본값 설정
Ojongseok 2fa0a7f
[design] #108 지도 관련 이미지 리소스 추가
Ojongseok 8ff4345
[design] #108 네컷지도 디자인 변경사항 반영
Ojongseok f43d669
[design] #108 포토부스 브랜드 placeholder 교체
Ojongseok 4170f50
[design] #108 이용약관 동의 항목 padding 적용
Ojongseok c566d8f
[design] #108 포토부스 컴포넌트 포토 및 패딩 조절
Ojongseok be62d9f
[design] #108 포토부스 컴포넌트 이미지 및 패딩 조절
Ojongseok c09cca5
[design] #108 이용약관 동의 항목 패딩 조절
Ojongseok 00529bf
[design] #108 체크 아이콘 리소스 교체
Ojongseok c674bc0
[build] #108 detekt 룰 적용
Ojongseok 8127de6
[chore] #108 아이콘 리소스 오타 수정
Ojongseok 3054d79
[design] #111 벡터 리소스 size 지정
Ojongseok 6b32f3d
[design] #111 벡터 리소스 size, 패딩 조절
Ojongseok 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
81 changes: 0 additions & 81 deletions
81
core/designsystem/src/main/res/drawable/icon_agreement.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
core/designsystem/src/main/res/drawable/icon_camera_filled.xml
This file contains hidden or 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 @@ | ||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:width="24dp" | ||
| android:height="24dp" | ||
| android:viewportWidth="24" | ||
| android:viewportHeight="24"> | ||
| <path | ||
| android:pathData="M13.465,4C13.799,4 14.111,4.167 14.297,4.445L15.703,6.555C15.889,6.833 16.201,7 16.535,7H20C20.552,7 21,7.448 21,8V19C21,19.552 20.552,20 20,20H4C3.448,20 3,19.552 3,19V8C3,7.448 3.448,7 4,7H7.69C8.048,7 8.378,6.809 8.557,6.5L9.711,4.5C9.89,4.191 10.22,4 10.577,4H13.465ZM12,9C9.791,9 8,10.791 8,13C8,15.209 9.791,17 12,17C14.209,17 16,15.209 16,13C16,10.791 14.209,9 12,9ZM12,11C13.105,11 14,11.895 14,13C14,14.105 13.105,15 12,15C10.895,15 10,14.105 10,13C10,11.895 10.895,11 12,11ZM17,10V11.5H18.5V10H17Z" | ||
| android:fillColor="#ffffff"/> | ||
| </vector> |
19 changes: 19 additions & 0 deletions
19
core/designsystem/src/main/res/drawable/icon_camera_stroke.xml
This file contains hidden or 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,19 @@ | ||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:width="24dp" | ||
| android:height="24dp" | ||
| android:viewportWidth="24" | ||
| android:viewportHeight="24"> | ||
| <path | ||
| android:pathData="M3,19V8C3,7.448 3.448,7 4,7H7.691C8.048,7 8.378,6.809 8.557,6.5L9.711,4.5C9.89,4.191 10.22,4 10.577,4H13.465C13.799,4 14.111,4.167 14.297,4.445L15.703,6.555C15.889,6.833 16.201,7 16.535,7H20C20.552,7 21,7.448 21,8V19C21,19.552 20.552,20 20,20H4C3.448,20 3,19.552 3,19Z" | ||
| android:strokeWidth="2" | ||
| android:fillColor="#00000000" | ||
| android:strokeColor="#ffffff"/> | ||
| <path | ||
| android:pathData="M12,13m-3,0a3,3 0,1 1,6 0a3,3 0,1 1,-6 0" | ||
| android:strokeWidth="2" | ||
| android:fillColor="#00000000" | ||
| android:strokeColor="#ffffff"/> | ||
| <path | ||
| android:pathData="M17,10h1.5v1.5h-1.5z" | ||
| android:fillColor="#ffffff"/> | ||
| </vector> |
This file contains hidden or 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 |
|---|---|---|
| @@ -1,9 +1,12 @@ | ||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:width="16dp" | ||
| android:height="16dp" | ||
| android:viewportWidth="16" | ||
| android:viewportHeight="16"> | ||
| android:width="24dp" | ||
| android:height="24dp" | ||
| android:viewportWidth="24" | ||
| android:viewportHeight="24"> | ||
| <path | ||
| android:pathData="M6.366,10.1L12.017,4.45C12.15,4.317 12.305,4.25 12.483,4.25C12.661,4.25 12.816,4.317 12.95,4.45C13.083,4.583 13.15,4.742 13.15,4.925C13.15,5.109 13.083,5.267 12.95,5.4L6.833,11.533C6.7,11.667 6.544,11.733 6.366,11.733C6.189,11.733 6.033,11.667 5.9,11.533L3.033,8.667C2.9,8.533 2.836,8.375 2.841,8.192C2.846,8.009 2.916,7.85 3.05,7.717C3.184,7.583 3.342,7.516 3.525,7.517C3.708,7.517 3.866,7.584 4,7.717L6.366,10.1Z" | ||
| android:fillColor="#ffffff"/> | ||
| android:pathData="M4,12.262L8.876,17.211C9.033,17.37 9.29,17.37 9.446,17.211L20,6.5" | ||
| android:strokeWidth="2" | ||
| android:fillColor="#00000000" | ||
| android:strokeColor="#B7B9C3" | ||
| android:strokeLineCap="round"/> | ||
| </vector> |
9 changes: 0 additions & 9 deletions
9
core/designsystem/src/main/res/drawable/icon_check_primary.xml
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
core/designsystem/src/main/res/drawable/icon_current_location_off.xml
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
core/designsystem/src/main/res/drawable/icon_current_location_on.xml
This file was deleted.
Oops, something went wrong.
39 changes: 39 additions & 0 deletions
39
core/designsystem/src/main/res/drawable/icon_current_position.xml
This file contains hidden or 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,39 @@ | ||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:width="28dp" | ||
| android:height="28dp" | ||
| android:viewportWidth="28" | ||
| android:viewportHeight="28"> | ||
| <path | ||
| android:pathData="M14.013,6.118C18.364,6.118 21.892,9.647 21.892,14C21.892,18.353 18.364,21.882 14.013,21.882C9.662,21.882 6.134,18.353 6.134,14C6.134,9.647 9.662,6.118 14.013,6.118Z" | ||
| android:strokeWidth="2" | ||
| android:fillColor="#00000000" | ||
| android:strokeColor="#3C3E48" | ||
| android:strokeLineCap="round"/> | ||
| <path | ||
| android:pathData="M14,14m-3.5,0a3.5,3.5 0,1 1,7 0a3.5,3.5 0,1 1,-7 0" | ||
| android:fillColor="#3C3E48"/> | ||
| <path | ||
| android:pathData="M13.833,3.333L13.833,6" | ||
| android:strokeWidth="2" | ||
| android:fillColor="#00000000" | ||
| android:strokeColor="#3C3E48" | ||
| android:strokeLineCap="round"/> | ||
| <path | ||
| android:pathData="M13.833,22L13.833,24.667" | ||
| android:strokeWidth="2" | ||
| android:fillColor="#00000000" | ||
| android:strokeColor="#3C3E48" | ||
| android:strokeLineCap="round"/> | ||
| <path | ||
| android:pathData="M24.667,13.833L22,13.833" | ||
| android:strokeWidth="2" | ||
| android:fillColor="#00000000" | ||
| android:strokeColor="#3C3E48" | ||
| android:strokeLineCap="round"/> | ||
| <path | ||
| android:pathData="M6,13.833L3.333,13.833" | ||
| android:strokeWidth="2" | ||
| android:fillColor="#00000000" | ||
| android:strokeColor="#3C3E48" | ||
| android:strokeLineCap="round"/> | ||
| </vector> |
This file contains hidden or 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
13 changes: 0 additions & 13 deletions
13
core/designsystem/src/main/res/drawable/icon_find_direction.xml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
9 changes: 0 additions & 9 deletions
9
core/designsystem/src/main/res/drawable/icon_info_gray_stroke.xml
This file was deleted.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
core/designsystem/src/main/res/drawable/icon_info_stroke.xml
This file contains hidden or 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,20 @@ | ||
| <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
| android:width="24dp" | ||
| android:height="24dp" | ||
| android:viewportWidth="24" | ||
| android:viewportHeight="24"> | ||
| <path | ||
| android:pathData="M12,12m-9,0a9,9 0,1 1,18 0a9,9 0,1 1,-18 0" | ||
| android:strokeWidth="2" | ||
| android:fillColor="#00000000" | ||
| android:strokeColor="#A0A3B0"/> | ||
| <path | ||
| android:pathData="M12,11V16" | ||
| android:strokeWidth="2" | ||
| android:fillColor="#00000000" | ||
| android:strokeColor="#A0A3B0" | ||
| android:strokeLineCap="round"/> | ||
| <path | ||
| android:pathData="M12,8m-1,0a1,1 0,1 1,2 0a1,1 0,1 1,-2 0" | ||
| android:fillColor="#A0A3B0"/> | ||
| </vector> | ||
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.
Uh oh!
There was an error while loading. Please reload this page.