Skip to content

Commit

Permalink
[CHORE/#3] change navigation icon
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jul 4, 2024
1 parent 90aebe2 commit 6c6ea38
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feature/src/main/java/com/terning/feature/main/MainTab.kt
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ enum class MainTab(
val route: MainTabRoute,
) {
FIRST(
icon = R.drawable.ic_launcher_foreground,
icon = R.drawable.ic_home,
contentDescription = R.string.first,
route = First
),
MOCK(
icon = R.drawable.ic_launcher_foreground,
icon = R.drawable.ic_home,
contentDescription = R.string.mock,
route = Mock
);
Expand Down
9 changes: 9 additions & 0 deletions feature/src/main/res/drawable/ic_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="18dp"
android:height="18dp"
android:viewportWidth="18"
android:viewportHeight="18">
<path
android:pathData="M18,8.452V14.49C18,16.425 16.488,18 14.625,18H11.25V13.681C11.25,13.105 10.782,12.637 10.206,12.637H7.794C7.218,12.637 6.759,13.105 6.759,13.681V18H3.375C1.512,18 0,16.425 0,14.49V8.452C0,7.417 0.441,6.436 1.197,5.762L6.822,0.83C8.091,-0.277 9.918,-0.277 11.178,0.83L16.803,5.762C17.568,6.436 18,7.417 18,8.452Z"
android:fillColor="#BCBCBC"/>
</vector>

0 comments on commit 6c6ea38

Please sign in to comment.