-
Notifications
You must be signed in to change notification settings - Fork 0
[refactor] #196 PhotoDetail 메모 UI를 HorizontalPager 밖으로 분리 #197
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
ikseong00
merged 6 commits into
develop
from
refactor/#196-photo-detail-memo-outside-pager
Apr 20, 2026
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
c26a47f
[refactor] #196: 사진별 memo 모드 맵을 전역 단일 memoMode로 단순화
ikseong00 619a299
[refactor] #196: 메모 UI/Dim 오버레이를 HorizontalPager 밖으로 분리
ikseong00 afb97a7
[refactor] #196: 페이지 스와이프 시작 시점에 메모 상태 Closed로 초기화
ikseong00 612b85a
[fix] #196: Editing 모드에서 이미지 영역이 커지는 현상 수정
ikseong00 504aac1
[feat] #196: PhotoDetail 메모 작성 여부에 따른 아이콘 분기 처리
ikseong00 34a7437
[chore] #196: 메모 아이콘 리소스(filled/stroked) 추가
ikseong00 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
12 changes: 12 additions & 0 deletions
12
core/designsystem/src/main/res/drawable/icon_memo_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,12 @@ | ||
| <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="M22.496,11.125L15.875,17.747C15.795,17.826 15.731,17.918 15.683,18.019L14.768,19.967C14.569,20.392 15.012,20.833 15.436,20.63L17.373,19.705C17.472,19.658 17.563,19.594 17.64,19.517L24.264,12.892C24.642,12.515 24.642,11.903 24.264,11.526L23.863,11.125C23.486,10.747 22.874,10.747 22.496,11.125Z" | ||
| android:fillColor="#4F525F"/> | ||
| <path | ||
| android:pathData="M19.051,3.033C20.385,3.033 21.467,4.115 21.467,5.449V9.512C21.358,9.593 21.251,9.681 21.152,9.78L14.53,16.402C14.296,16.637 14.105,16.911 13.964,17.211L13.048,19.158C12.09,21.199 14.22,23.315 16.255,22.344L18.192,21.419C18.486,21.279 18.754,21.089 18.984,20.859L21.467,18.376V22.551C21.467,23.885 20.385,24.967 19.051,24.967H4.949C3.615,24.967 2.533,23.885 2.533,22.551V9.967H7.051C8.385,9.967 9.467,8.885 9.467,7.551V3.033H19.051ZM21.467,15.689L17.641,19.516C17.563,19.593 17.472,19.657 17.373,19.704L15.436,20.629L15.356,20.66C14.959,20.777 14.582,20.364 14.769,19.966L15.684,18.019C15.707,17.968 15.736,17.919 15.768,17.873L15.875,17.746L21.467,12.153V15.689ZM6.969,16.649C6.436,16.649 6.004,17.081 6.004,17.614C6.004,18.147 6.436,18.579 6.969,18.579H11.3C11.833,18.579 12.265,18.147 12.265,17.614C12.265,17.081 11.833,16.649 11.3,16.649H6.969ZM6.969,12.649C6.436,12.649 6.004,13.081 6.004,13.614C6.004,14.147 6.436,14.579 6.969,14.579H14.766C15.298,14.579 15.731,14.147 15.731,13.614C15.731,13.082 15.298,12.65 14.766,12.649H6.969ZM7.533,7.551C7.533,7.817 7.317,8.033 7.051,8.033H3.113C3.154,7.985 3.196,7.937 3.241,7.892L7.392,3.741C7.437,3.696 7.485,3.654 7.533,3.612V7.551Z" | ||
| android:fillColor="#4F525F"/> | ||
| </vector> |
29 changes: 29 additions & 0 deletions
29
core/designsystem/src/main/res/drawable/icon_memo_stroked.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,29 @@ | ||
| <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="M22.996,11.125L16.375,17.747C16.295,17.826 16.231,17.918 16.183,18.019L15.268,19.967C15.069,20.392 15.512,20.833 15.936,20.63L17.873,19.705C17.972,19.658 18.063,19.594 18.14,19.517L24.764,12.892C25.142,12.515 25.142,11.903 24.764,11.526L24.363,11.125C23.986,10.747 23.374,10.747 22.996,11.125Z" | ||
| android:fillColor="#4F525F"/> | ||
| <path | ||
| android:pathData="M19.551,3.033C20.885,3.033 21.967,4.115 21.967,5.449V9.512C21.858,9.593 21.751,9.681 21.652,9.78L20.033,11.399V5.449C20.033,5.183 19.817,4.967 19.551,4.967H9.601C9.472,4.967 9.349,5.018 9.259,5.108L5.108,9.259C5.018,9.349 4.967,9.472 4.967,9.601V22.551C4.967,22.817 5.183,23.033 5.449,23.033H19.551C19.817,23.033 20.033,22.817 20.033,22.551V20.31L21.967,18.376V22.551C21.967,23.885 20.885,24.967 19.551,24.967H5.449C4.115,24.967 3.033,23.885 3.033,22.551V9.601C3.033,8.96 3.288,8.345 3.741,7.892L7.892,3.741C8.345,3.288 8.96,3.033 9.601,3.033H19.551ZM21.967,15.689L20.033,17.622V14.087L21.967,12.153V15.689Z" | ||
| android:fillColor="#4F525F"/> | ||
| <path | ||
| android:pathData="M4,9H7.55C8.351,9 9,8.351 9,7.55V4" | ||
| android:strokeWidth="1.93285" | ||
| android:fillColor="#00000000" | ||
| android:strokeColor="#4F525F"/> | ||
| <path | ||
| android:pathData="M7.469,13.614H15.265" | ||
| android:strokeWidth="1.93" | ||
| android:fillColor="#00000000" | ||
| android:strokeColor="#4F525F" | ||
| android:strokeLineCap="round"/> | ||
| <path | ||
| android:pathData="M7.469,17.614H11.8" | ||
| android:strokeWidth="1.93" | ||
| android:fillColor="#00000000" | ||
| android:strokeColor="#4F525F" | ||
| 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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.