Skip to content

Commit

Permalink
[FIX/#25] 하단 네비게이션바 초기 아이콘 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
b1urrrr committed Jul 11, 2023
1 parent 55850c6 commit 70af86f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class MainActivity : BindingActivity<ActivityMainBinding>(R.layout.activity_main

private fun initBnvItemIconTintList() {
binding.bnvMain.itemIconTintList = null
binding.bnvMain.selectedItemId = R.id.menu_yello
}

private fun initBnvItemSelectedListener() {
Expand Down

0 comments on commit 70af86f

Please sign in to comment.