-
Notifications
You must be signed in to change notification settings - Fork 1
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
DEP-148 ui: history UI 구현 #46
Merged
Merged
Changes from 1 commit
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
c494d69
fix: 습관 명칭 단어 변경
juhwankim-dev ac199e6
fix: 변경된 아이콘으로 적용
juhwankim-dev 3e8e27e
feat: 툴팁 기능 구현
juhwankim-dev e2fba36
ui: 문자열을 strings.xml에 선언하여 사용하도록 변경
juhwankim-dev 3fbb951
ui: hide / show가 편하도록 group으로 설정
juhwankim-dev 9baea9e
ui: 습관이 없을 때 ui 구현
juhwankim-dev 1f2aacc
ui: 221125 디자인 시스템(폰트) 변경사항 적용
juhwankim-dev cf5fe1d
Merge branch 'develop' of https://github.com/depromeet12th/three-days…
juhwankim-dev 594325f
chore: 주석 변경
juhwankim-dev 2fbe1c1
chore: 문자열 하드코딩대신 strings.xml 사용
juhwankim-dev b923380
ui: main color -> gray 800으로 수정
juhwankim-dev a66934b
feat: switch 확장함수 제거
juhwankim-dev 7b96e14
ui: cardView 대신 background 사용하는 방향으로 변경
juhwankim-dev 286cc43
chore: merge로 문자열이 사라져 에러뜨는 부분 임시 주석처리
juhwankim-dev 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
8 changes: 8 additions & 0 deletions
8
core-design-system/src/main/res/drawable/bg_rect_main_r30.xml
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,8 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="rectangle"> | ||
|
||
<solid android:color="@color/main" /> | ||
<corners android:radius="30dp" /> | ||
|
||
</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
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.
color main이 변경되고 gray800으로 바껴서 (근데 아직 몇몇 디자인에는 main이 남아있더라구요) gray800으로 바꿔주시면 감사하겠습니다!
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.
후,,, 뭔가가,,, 색상이 또 바뀌었나보군여,, 알려주셔서 감사합니다 🥲