Skip to content

Commit

Permalink
[chore] #14 ktlintFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
t1nm1ksun committed Jul 5, 2024
1 parent 3b20ae0 commit 8f579f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ enum class MainNavigationBarItemType(
iconRes = R.drawable.ic_nav_my_page_selected,
label = R.string.main_navigation_bar_item_my_page,
route = MainNavigationBarRoute.MyPage
),
)
// SEARCH(
// iconRes = R.drawable.ic_nav_search_selected,
// label = R.string.main_navigation_bar_item_search,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,15 @@ import androidx.compose.material3.NavigationBarItem
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.res.colorResource
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.tooling.preview.Preview
import org.sopt.dateroad.R
import org.sopt.dateroad.presentation.type.MainNavigationBarItemType
import org.sopt.dateroad.ui.theme.Black
import org.sopt.dateroad.ui.theme.DATEROADTheme
import org.sopt.dateroad.ui.theme.capReg11
import org.sopt.dateroad.ui.theme.Gray200
import org.sopt.dateroad.ui.theme.Gray300
import org.sopt.dateroad.ui.theme.Black
import org.sopt.dateroad.ui.theme.capReg11

@Composable
fun MainBottomBar(
Expand Down Expand Up @@ -56,8 +53,6 @@ fun MainBottomBar(
}
}
}


}

@Preview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import androidx.compose.material3.MaterialTheme
import androidx.compose.runtime.Composable
import androidx.compose.ui.Modifier
import androidx.navigation.compose.NavHost
import org.sopt.dateroad.presentation.ui.dummy.navigation.dummyNavGraph
import org.sopt.dateroad.presentation.ui.home.navigation.homeNavGraph
import org.sopt.dateroad.presentation.ui.home.navigation.lookNavGraph
import org.sopt.dateroad.presentation.ui.mypage.navigation.myPageNavGraph
Expand Down

0 comments on commit 8f579f2

Please sign in to comment.