SmoothBottomBar icon indicating copy to clipboard operation
SmoothBottomBar copied to clipboard

A lightweight Android material bottom navigation bar library

Results 55 SmoothBottomBar issues
Sort by recently updated
recently updated
newest added

Thank you for implementation library. but I want the back stack code. because when I touch other screen or tab don't remain current state so if you don't mind, I'd...

I need to implement disable all menu when I need in some of situation. So, is there any option to restrict user to select menu when its disable.

Hi, I have an issue that occurs many times in the app I guess it happens when user clicks an item in SmoothBottomBar but I don't know why FC here...

Hi, Thanks for the great library. I want to change the width of indicator but im unable to do so

Device Info - Samsung Galaxy M10s, Android 10 -one thing I like to share here is I noticed that error occurred when the device is offline and I noticed this...

Hello, I'm developing an app which contains Smooth Bottom Bar. I'd like to keep the selected item when the app re-opens. For that I save the selected item in shared...

My build.gradle: // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { google() jcenter() maven { url "https://www.jitpack.io" } } dependencies {...

It is important for TabTargetView. ``` targets.add(TapTarget.forView(bottomNavigationView.findViewById(R.id.menu_profiles_view), getString(R.string.editor_activity_targetHelps_bottomNavigationProfiles_title), getString(R.string.editor_activity_targetHelps_bottomNavigationProfiles_description) + "\n" + getString(R.string.editor_activity_targetHelps_bottomNavigation_description_2)) .outerCircleColor(outerCircleColor) .targetCircleColor(targetCircleColor) .textColor(textColor) .tintTarget(true) .drawShadow(true) .id(id) ``` bottomNavigationView.findViewById(R.id.menu_profiles_view) returns null. :-( R.id.menu_profiles_view is menu item resource id.

I am using this toolbar with activities not with fragments in java codes but I have a problem, when I changed activity selected item is not changing, I resolved this...