FluidBottomNavigation-android
FluidBottomNavigation-android copied to clipboard
Fluid Bottom Navigation library for Android
I have successfully integrated this library into my Android(Java) application and now I want to change the color of the icon upon selecting any tab. By far I have done...
I have imported this library and write down java code for fluidBottomNavigation. But it does not show in activity after the run.Below is my code. fluidBottomNavigation = findViewById(R.id.fluidBottomNavigation); fluidBottomNavigation.setAccentColor(ContextCompat.getColor(this, R.color.colorPrimaryDark));...
Hi there, I was testing your library and really like it. I was just wondering if there's a way to have an attribute for keeping titles visible by default while...
first selecting icon will hide when i click another select icon on android 5.0 please fix this
On click on Navigation item, there is no option to change fragment in window?
Bottom Navigation is too small. Cannot change its height. I've tried changing the properties: ` android:layout_height="wrap_content" ` and this one as well: ` app:height="67dp" ` Also tried changing icon size...
since android studio's new version (electric eel) came,it's build structure has been changed and now it doesn't show the option of root build.gradle
Hi I need to set one of the items as default selected when the view is shown and I need to change selected item inside code. How do I programmatically...