Skip to content

Commit

Permalink
#6 feat/메인화면 : BottomNavigationView 에 노출될 아이콘 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HayleyKim0716 committed Aug 1, 2022
1 parent 1c69d96 commit 2510c83
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 8 deletions.
14 changes: 6 additions & 8 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
android:name=".ui.splash.SplashActivity"
android:exported="true"
tools:ignore="Instantiatable">

<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>

<activity
Expand All @@ -33,13 +36,8 @@

<activity
android:name=".ui.login.LoginActivity"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
android:exported="true"
/>

<!-- kakao 로그인 창 -->
<activity
Expand Down
10 changes: 10 additions & 0 deletions app/src/main/res/drawable/icon_heart.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="26dp"
android:height="26dp"
android:viewportWidth="26"
android:viewportHeight="26">
<path
android:pathData="M11.089,4.246C10.491,4.043 9.873,3.932 9.236,3.912H9.125C8.841,3.912 8.559,3.932 8.275,3.973H8.153C7.85,4.013 7.547,4.083 7.254,4.185C3.479,5.42 2.133,9.518 3.277,13.099C3.924,14.93 4.967,16.59 6.323,17.955C8.295,19.857 10.451,21.537 12.767,22.973L13.03,23.136L13.283,22.983C15.591,21.537 17.735,19.857 19.689,17.965C21.053,16.6 22.096,14.93 22.733,13.099C23.857,9.518 22.511,5.42 18.777,4.206C18.171,4.003 17.534,3.912 16.895,3.912C15.489,3.902 14.124,4.368 13,5.227C12.909,5.157 12.797,5.095 12.696,5.036C12.595,4.974 12.413,4.823 12.261,4.742L11.877,4.57C11.674,4.459 11.463,4.378 11.239,4.306C11.219,4.287 11.189,4.266 11.148,4.246H11.089Z"
android:fillColor="#D2D6DB"
android:fillType="evenOdd"/>
</vector>
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/icon_home.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="26dp"
android:height="26dp"
android:viewportWidth="26"
android:viewportHeight="26">
<path
android:pathData="M10.374,21.042V18.239C10.374,17.524 10.958,16.944 11.679,16.944H14.313C14.659,16.944 14.991,17.08 15.236,17.323C15.481,17.566 15.618,17.896 15.618,18.239V21.042C15.616,21.339 15.734,21.625 15.945,21.837C16.156,22.048 16.443,22.166 16.743,22.166H18.54C19.38,22.168 20.185,21.839 20.78,21.25C21.374,20.662 21.708,19.863 21.708,19.029V11.045C21.708,10.371 21.408,9.733 20.887,9.301L14.773,4.453C13.709,3.603 12.185,3.63 11.153,4.518L5.178,9.301C4.634,9.72 4.308,10.361 4.292,11.045V19.021C4.292,20.758 5.71,22.166 7.46,22.166H9.216C9.839,22.166 10.345,21.668 10.349,21.05L10.374,21.042Z"
android:fillColor="#D2D6DB"/>
</vector>
10 changes: 10 additions & 0 deletions app/src/main/res/drawable/icon_map.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="26dp"
android:height="26dp"
android:viewportWidth="26"
android:viewportHeight="26">
<path
android:pathData="M11.079,3.461C11.026,3.427 10.965,3.407 10.901,3.405C10.838,3.402 10.775,3.417 10.719,3.447C10.664,3.477 10.617,3.522 10.585,3.576C10.552,3.63 10.535,3.692 10.535,3.756V19.495C10.535,19.554 10.549,19.611 10.577,19.663C10.605,19.715 10.646,19.759 10.695,19.791L14.92,22.538C14.974,22.573 15.035,22.593 15.099,22.595C15.162,22.598 15.225,22.583 15.281,22.553C15.336,22.523 15.383,22.478 15.415,22.424C15.448,22.369 15.465,22.307 15.465,22.243V6.514C15.465,6.455 15.451,6.398 15.423,6.346C15.395,6.294 15.354,6.25 15.305,6.218L11.079,3.461ZM3.852,6.72C3.635,6.843 3.455,7.022 3.33,7.238C3.205,7.453 3.139,7.699 3.14,7.948V21.011C3.139,21.254 3.201,21.494 3.321,21.706C3.44,21.918 3.612,22.096 3.821,22.221C4.029,22.347 4.266,22.417 4.51,22.423C4.753,22.43 4.994,22.374 5.209,22.26C5.228,22.25 5.246,22.239 5.264,22.227L8.968,19.804C9.017,19.772 9.057,19.728 9.085,19.676C9.113,19.625 9.128,19.567 9.128,19.508V3.775C9.128,3.711 9.111,3.648 9.078,3.593C9.045,3.538 8.997,3.493 8.94,3.463C8.884,3.433 8.82,3.419 8.756,3.423C8.692,3.426 8.63,3.447 8.577,3.484L3.852,6.72ZM21.491,3.572C21.734,3.579 21.971,3.649 22.179,3.776C22.389,3.907 22.563,4.09 22.682,4.308C22.802,4.525 22.863,4.77 22.86,5.018V18.048C22.86,18.299 22.793,18.545 22.666,18.762C22.539,18.979 22.357,19.158 22.137,19.28L17.424,22.514C17.371,22.55 17.309,22.571 17.245,22.575C17.181,22.578 17.117,22.564 17.061,22.534C17.004,22.504 16.956,22.459 16.923,22.404C16.89,22.349 16.873,22.286 16.873,22.222V6.487C16.873,6.428 16.888,6.37 16.916,6.319C16.944,6.267 16.984,6.223 17.033,6.191L20.737,3.77C20.755,3.758 20.773,3.747 20.792,3.738C21.007,3.622 21.247,3.565 21.491,3.572Z"
android:fillColor="#D2D6DB"
android:fillType="evenOdd"/>
</vector>
12 changes: 12 additions & 0 deletions app/src/main/res/drawable/icon_user.xml
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="26dp"
android:height="26dp"
android:viewportWidth="26"
android:viewportHeight="26">
<path
android:pathData="M0,0h26v26h-26z"
android:fillColor="#ffffff"/>
<path
android:pathData="M13,16.292C17.501,16.292 21.299,17.024 21.299,19.846C21.299,22.669 17.476,23.374 13,23.374C8.5,23.374 4.7,22.643 4.7,19.821C4.7,16.998 8.524,16.292 13,16.292ZM13,2.625C16.049,2.625 18.492,5.068 18.492,8.115C18.492,11.161 16.049,13.605 13,13.605C9.952,13.605 7.508,11.161 7.508,8.115C7.508,5.068 9.952,2.625 13,2.625Z"
android:fillColor="#D2D6DB"/>
</vector>

0 comments on commit 2510c83

Please sign in to comment.