-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from YAPP-Github/feature/sksowk156/PC-433
[PC-433] 프로필 메인 ui 구현
- Loading branch information
Showing
16 changed files
with
737 additions
and
151 deletions.
There are no files selected for viewing
29 changes: 29 additions & 0 deletions
29
core/designsystem/src/main/res/drawable/ic_alarm_black.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,29 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="32dp" | ||
android:height="32dp" | ||
android:viewportWidth="32" | ||
android:viewportHeight="32"> | ||
<path | ||
android:pathData="M5.333,24.2H26.667" | ||
android:strokeWidth="1.6" | ||
android:fillColor="#00000000" | ||
android:strokeColor="#1B1A2A" | ||
android:strokeLineCap="round" /> | ||
<path | ||
android:pathData="M8.533,14.601C8.533,10.477 11.876,7.134 16,7.134V7.134C20.124,7.134 23.467,10.477 23.467,14.601V24.201H8.533V14.601Z" | ||
android:strokeWidth="1.6" | ||
android:fillColor="#00000000" | ||
android:strokeColor="#1B1A2A" | ||
android:strokeLineCap="round" /> | ||
<path | ||
android:pathData="M16,7.133V5" | ||
android:strokeWidth="1.6" | ||
android:fillColor="#00000000" | ||
android:strokeColor="#1B1A2A" | ||
android:strokeLineCap="round" /> | ||
<path | ||
android:pathData="M19.733,23.667C19.733,24.799 19.34,25.884 18.64,26.684C17.94,27.484 16.99,27.934 16,27.934C15.01,27.934 14.06,27.484 13.36,26.684C12.66,25.884 12.267,24.799 12.267,23.667" | ||
android:strokeWidth="1.6" | ||
android:fillColor="#00000000" | ||
android:strokeColor="#1B1A2A" /> | ||
</vector> |
13 changes: 13 additions & 0 deletions
13
core/designsystem/src/main/res/drawable/ic_arrow_right_black.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,13 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="30dp" | ||
android:height="30dp" | ||
android:viewportWidth="30" | ||
android:viewportHeight="30"> | ||
<path | ||
android:pathData="M11.25,8.75L18.125,14.688L11.25,20.625" | ||
android:strokeLineJoin="round" | ||
android:strokeWidth="1.5" | ||
android:fillColor="#00000000" | ||
android:strokeColor="#1B1A2A" | ||
android:strokeLineCap="round" /> | ||
</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
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,12 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="20dp" | ||
android:height="20dp" | ||
android:viewportWidth="20" | ||
android:viewportHeight="20"> | ||
<path | ||
android:pathData="M10.761,16.572L11.14,15.93C11.434,15.433 11.581,15.184 11.818,15.047C12.054,14.909 12.352,14.904 12.947,14.894C13.826,14.879 14.377,14.825 14.839,14.633C15.264,14.457 15.65,14.2 15.975,13.875C16.3,13.55 16.557,13.164 16.733,12.739C17,12.097 17,11.281 17,9.65V8.95C17,6.659 17,5.513 16.484,4.672C16.196,4.201 15.8,3.805 15.329,3.516C14.487,3 13.341,3 11.05,3H8.95C6.659,3 5.513,3 4.672,3.516C4.201,3.804 3.805,4.2 3.516,4.671C3,5.513 3,6.66 3,8.95V9.65C3,11.281 3,12.097 3.266,12.739C3.442,13.164 3.7,13.55 4.025,13.875C4.35,14.2 4.736,14.458 5.161,14.633C5.623,14.825 6.174,14.878 7.053,14.894C7.648,14.904 7.945,14.909 8.182,15.047C8.418,15.184 8.566,15.433 8.86,15.93L9.239,16.572C9.577,17.143 10.422,17.143 10.761,16.572Z" | ||
android:strokeWidth="2.38" | ||
android:fillColor="#00000000" | ||
android:fillType="evenOdd" | ||
android:strokeColor="#1B1A2A" /> | ||
</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
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.