-
Notifications
You must be signed in to change notification settings - Fork 4
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
refactor: 업로드 뷰 디자인 변경 #381
Merged
The head ref may contain hidden characters: "refactor/#379_\uC5C5\uB85C\uB4DC_\uBDF0_\uB514\uC790\uC778_\uBCC0\uACBD"
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
811753f
refactor: 업로드 뷰 디자인 변경
krrong e990ef9
refactor: 사용하지 않는 변수 삭제
krrong bb2d7e4
refactor: AppCompatButton 사용해서 배경색 지정하도록 변경
krrong d72796a
refactor: editText에 hint 추가
krrong 2fd0d1a
refactor: ktlint
krrong e28f68b
refactor: 버튼 배경 변경
krrong 25790ae
refactor: editText 밑줄 삭제
krrong ef42cc1
refactor: editText marginTop 수정
krrong 6bc1833
refactor: 이미지뷰 marginTop 수정
krrong 4a33dae
Merge branch 'dev_android' of https://github.com/woowacourse-teams/20…
krrong 6485bc1
fix: 버튼 id 수정
krrong 753094c
refactor: 사용하지 않는 함수 삭제
krrong 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:aapt="http://schemas.android.com/aapt" | ||
android:width="320dp" | ||
android:height="60dp" | ||
android:viewportWidth="320" | ||
android:viewportHeight="60"> | ||
<path | ||
android:pathData="M12,0L308,0A12,12 0,0 1,320 12L320,48A12,12 0,0 1,308 60L12,60A12,12 0,0 1,0 48L0,12A12,12 0,0 1,12 0z" | ||
android:fillColor="#FFFDBA"/> | ||
<path | ||
android:pathData="M26.02,0L308,0A12,12 0,0 1,320 12L320,48A12,12 0,0 1,308 60L26.02,60A12,12 0,0 1,14.02 48L14.02,12A12,12 0,0 1,26.02 0z" | ||
android:fillColor="#FEFA1D"/> | ||
<path | ||
android:pathData="M0,14.98C0,9.9 3.2,5.37 7.98,3.67L13.43,1.74C14.71,1.28 16.07,1.04 17.44,1.04H308C314.63,1.04 320,6.42 320,13.04V48C320,54.63 314.63,60 308,60H12C5.37,60 0,54.63 0,48V14.98Z"> | ||
<aapt:attr name="android:fillColor"> | ||
<gradient | ||
android:startX="160" | ||
android:startY="1.04" | ||
android:endX="160" | ||
android:endY="60" | ||
android:type="linear"> | ||
<item android:offset="0" android:color="#FFFEFA1D"/> | ||
<item android:offset="0.05" android:color="#FFFFD50C"/> | ||
</gradient> | ||
</aapt:attr> | ||
</path> | ||
<path | ||
android:pathData="M0,31.06h320v28.92h-320z"> | ||
<aapt:attr name="android:fillColor"> | ||
<gradient | ||
android:startX="160" | ||
android:startY="31.06" | ||
android:endX="160" | ||
android:endY="59.98" | ||
android:type="linear"> | ||
<item android:offset="0" android:color="#FFFFD50C"/> | ||
<item android:offset="0.07" android:color="#FFFFB70A"/> | ||
</gradient> | ||
</aapt:attr> | ||
</path> | ||
<path | ||
android:pathData="M2.09,55.83L317.91,55.83A2.09,2.09 0,0 1,320 57.91L320,57.91A2.09,2.09 0,0 1,317.91 60L2.09,60A2.09,2.09 0,0 1,0 57.91L0,57.91A2.09,2.09 0,0 1,2.09 55.83z"> | ||
<aapt:attr name="android:fillColor"> | ||
<gradient | ||
android:startX="160" | ||
android:startY="55.83" | ||
android:endX="160" | ||
android:endY="60" | ||
android:type="linear"> | ||
<item android:offset="0" android:color="#FFFFB80B"/> | ||
<item android:offset="0.52" android:color="#C6DA8002"/> | ||
</gradient> | ||
</aapt:attr> | ||
</path> | ||
</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
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.
[P5]
android:background="@null"
를 추가해서 EditText의 밑줄을 없애는 건 어떻게 생각하시나요?!밑줄을 없애면 아래의 그림처럼 보인답니다! 이건 단순 제 제안이니 크롱이 원하는 걸로 하시면 됩니다!
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.
반영했어요!
다만, 유저가 글자를 입력하는 곳이 어디인지 모르지는 않을까.. 조금 걱정이긴합니다! 그래서 hint를 조금 수정했어요
사용자 유치를 열심히 해서 피드백을 반영해보도록 하죠!