-
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 #81 from everymeals/feature/mypage
[feature/mypage] 마이페이지 메인 화면 뷰 구성
- Loading branch information
Showing
3 changed files
with
256 additions
and
3 deletions.
There are no files selected for viewing
240 changes: 237 additions & 3 deletions
240
presentation/src/main/java/com/everymeal/presentation/ui/mypage/MyPageScreen.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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="60dp" | ||
android:height="60dp" | ||
android:viewportWidth="60" | ||
android:viewportHeight="60"> | ||
<path | ||
android:pathData="M30,0L30,0A30,30 0,0 1,60 30L60,30A30,30 0,0 1,30 60L30,60A30,30 0,0 1,0 30L0,30A30,30 0,0 1,30 0z" | ||
android:fillColor="#F2F4F6"/> | ||
<path | ||
android:pathData="M35.701,23.751C35.701,24.501 35.554,25.244 35.267,25.937C34.98,26.63 34.559,27.259 34.029,27.79C33.499,28.32 32.869,28.741 32.176,29.028C31.483,29.315 30.741,29.463 29.991,29.463C28.476,29.463 27.024,28.861 25.952,27.79C24.881,26.72 24.279,25.267 24.279,23.752C24.279,23.003 24.427,22.26 24.714,21.567C25.001,20.874 25.421,20.244 25.952,19.714C27.022,18.643 28.475,18.041 29.99,18.041C31.504,18.041 32.957,18.642 34.028,19.713C35.099,20.784 35.701,22.237 35.701,23.751ZM29.99,31.21C21.766,31.21 18.567,36.443 18.567,38.878C18.567,41.312 25.377,41.961 29.99,41.961C34.603,41.961 41.413,41.312 41.413,38.878C41.413,36.443 38.214,31.21 29.99,31.21Z" | ||
android:fillColor="#B0B8C1" | ||
android:fillType="evenOdd"/> | ||
</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