python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Resource IDs will be non-final by default in Android Gradle Plugin version 8.0, avoid using them in switch case statements (2022)
I am using a bottom navigation bar from the below link. https://github.com/Droppers/AnimatedBottomBar#configuration
I am trying to switch/open a new fragment on clicking the buttons in the bottom navi...
Aaron
Votes: 0
Answers: 0
How do I re-enable Bottom Navigation after using findNavController().navigate()?
Im working on an app with 4 Bottom Navigation fragments and want to have a dialog where one of the buttons within it directly navigates the user from the current fragment, which is listed on the botto...
Celine L.
Votes: 0
Answers: 0
How to add text to inactive buttons in the bottom menu?
I use com.google.android.material.bottomnavigation.BottomNavigationView for the bottom menu design.
My code
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<it...
nought01
Votes: 0
Answers: 0
How to change the color that is around the selected item in android studio bottom navigation bar in Kotlin?
I couldn't found the way to change the color that is around the selected item in bottom navigation bar. Like the purple color in picture below.
I tried changing the primary color(which is purple in d...
李杭逸
Votes: 0
Answers: 1