BottomBar icon indicating copy to clipboard operation
BottomBar copied to clipboard

(Deprecated) A custom view component that mimics the new Material Design Bottom Navigation pattern.

Results 105 BottomBar issues
Sort by recently updated
recently updated
newest added

Is there a way to change the BottomBar programmatically without triggering the listener? The app has a navigation path using a deeplink, the navigation is handled correctly (A bundle is...

Hey guys, I'm having trouble with the background color of the bottom bar. I tried setting the attribute `android:background="@color/white` and it didn't work. Then I tried doing through the activity...

- Created a `setUpWithViewPager()` method similar to Android's `TabLayout` method. - This will couple `BottomBar `with a `ViewPager` you implemented in your app. And change behaviour of other when one...

I'm using sdk level 30 and it says that Couldn't get roughike/BottomBar. What is the solution. Thanks in advance.

Android Studio is giving me this error when I tried to include the lib to the build.gradle file. I have jcenter on my main build.gradle file

Assume I have five items in my menu. So I just want to open third tab on starting of the app. Currently it actually starts the first tab. So how...

Is it possible to prevent the first tab from being selected until user tabs/clicks to select?

This is xml layout.Bottiomtans are not hiding while i scroll listview.

Hi, I am trying to find a way to activate a tab without having the "onTabSelected" method fire up, otherwise I'll go into a neverending-loop. I tried to remove the...