Skip to content

Commit

Permalink
ui: Home screen now scrollable (Fix on some screen density)
Browse files Browse the repository at this point in the history
  • Loading branch information
PutraGandaD committed Aug 27, 2024
1 parent 75abd7d commit 569e4e2
Show file tree
Hide file tree
Showing 5 changed files with 365 additions and 348 deletions.
Binary file added app/debug/FinSera-1.01.apk
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ class HomeFragment : Fragment(), TextToSpeech.OnInitListener {
}

private fun setUpBottomNavBar() {
binding.bottomNavigationView.setBackgroundColor(resources.getColor(R.color.bg_bottomapp_home))
binding.bottomNavigationView.background = null
binding.bottomAppBar.background.setTint(Color.WHITE)
binding.bottomNavigationView.menu.getItem(0).isChecked = true
binding.bottomNavigationView.menu.getItem(1).isCheckable = false
binding.bottomNavigationView.menu.getItem(2).isEnabled = false
Expand Down
Loading

0 comments on commit 569e4e2

Please sign in to comment.