-
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.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Loading branch information
1 parent
f04b8f5
commit 048103d
Showing
15 changed files
with
566 additions
and
77 deletions.
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
12 changes: 12 additions & 0 deletions
12
3days/core/design-system/src/main/res/drawable/ic_question_mark.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,12 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="18dp" | ||
android:height="19dp" | ||
android:viewportWidth="18" | ||
android:viewportHeight="19"> | ||
<path | ||
android:pathData="M9,1.25C13.556,1.25 17.25,4.944 17.25,9.5C17.25,14.056 13.556,17.75 9,17.75C4.444,17.75 0.75,14.056 0.75,9.5C0.75,4.944 4.444,1.25 9,1.25ZM1.875,9.5C1.875,11.39 2.626,13.202 3.962,14.538C5.298,15.874 7.11,16.625 9,16.625C10.89,16.625 12.702,15.874 14.038,14.538C15.374,13.202 16.125,11.39 16.125,9.5C16.125,7.61 15.374,5.798 14.038,4.462C12.702,3.126 10.89,2.375 9,2.375C7.11,2.375 5.298,3.126 3.962,4.462C2.626,5.798 1.875,7.61 1.875,9.5Z" | ||
android:fillColor="#A0A0A0"/> | ||
<path | ||
android:pathData="M8.186,11.574C8.19,10.998 8.246,10.532 8.354,10.176C8.466,9.819 8.621,9.531 8.819,9.313C9.017,9.094 9.284,8.88 9.62,8.671C9.908,8.492 10.137,8.267 10.305,7.995C10.477,7.723 10.563,7.409 10.563,7.052C10.563,6.757 10.494,6.499 10.356,6.276C10.223,6.048 10.04,5.875 9.807,5.754C9.579,5.629 9.323,5.567 9.039,5.567C8.78,5.567 8.537,5.623 8.309,5.734C8.08,5.841 7.889,6.011 7.734,6.242C7.583,6.474 7.497,6.766 7.475,7.119H6.3C6.321,6.592 6.453,6.135 6.694,5.747C6.939,5.359 7.264,5.063 7.669,4.858C8.078,4.653 8.53,4.55 9.026,4.55C9.555,4.55 10.023,4.659 10.427,4.878C10.832,5.096 11.144,5.4 11.364,5.788C11.588,6.176 11.7,6.615 11.7,7.105C11.7,8.091 11.274,8.853 10.421,9.393C10.145,9.567 9.928,9.748 9.768,9.935C9.613,10.122 9.497,10.345 9.42,10.604C9.346,10.862 9.306,11.186 9.297,11.574V11.641H8.186V11.574ZM7.953,13.58C7.949,13.429 7.984,13.288 8.057,13.159C8.134,13.025 8.235,12.92 8.36,12.845C8.49,12.764 8.629,12.724 8.78,12.724C8.927,12.724 9.062,12.762 9.187,12.838C9.316,12.914 9.418,13.016 9.491,13.146C9.568,13.275 9.607,13.415 9.607,13.567C9.607,13.808 9.527,14.015 9.368,14.189C9.209,14.359 9.013,14.446 8.78,14.45C8.629,14.45 8.49,14.41 8.36,14.33C8.235,14.249 8.134,14.145 8.057,14.015C7.984,13.882 7.949,13.736 7.953,13.58Z" | ||
android:fillColor="#A0A0A0"/> | ||
</vector> |
Binary file added
BIN
+32.9 KB
3days/core/design-system/src/main/res/drawable/ic_reading_glasses.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
6 changes: 2 additions & 4 deletions
6
3days/feat/my-profile/src/androidTest/java/com/weave/my_profile/ExampleInstrumentedTest.kt
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> | ||
<manifest> | ||
|
||
</manifest> |
Oops, something went wrong.