Questions tagged [bottombar]

89 questions
1
vote
1 answer

How to implement the new SetOnItemSelectedListener for bottom navigation bar in Xamarin Android

I upgrade my Xamarin Android to API 30 and began getting errors with the old code below that implements SetOnNavigationItemSelectedListener. I am now trying to implement the new SetOnItemSelectedListener, but do not know how too. Any…
Blackie
  • 141
  • 2
  • 10
1
vote
3 answers

How to set bottom navigation bar color transparent like phone x?

Now I am running the latest stable 1.12.13+hotfix.5 I need complete full screen as I phone in an android flutter. Is it possible in flutter? We can show a lot of the app such as an android setting app, contacts, etc.....
1
vote
1 answer

How to implement a Bottom Navigation Bar with a cradled Floating Action Button (FAB) in Nativescript?

I need to implement a Bottom Navigation Bar with a cradled Floating Action Button (FAB) centered horizontally, in Native-script (Angular/Typescript) like this: Any thoughts on how to implement this feature? There are 2 Nativescript plugins that…
1
vote
1 answer

How to put BottomBar for arbitrary page using react-native-navigation Wix library

I am using react-native navigation Wix V2 library. I want to design a login page that is launcher and does not have BottomBar and then go to home page by clicking on an Enter bottom. In home page I want to have a BottomBar menu. The problem is that…
anna
  • 95
  • 3
  • 16
1
vote
1 answer

how to set badge on bottom bar navigation?

private BottomNavigationView.OnNavigationItemSelectedListener mOnNavigationItemSelectedListener = new BottomNavigationView.OnNavigationItemSelectedListener() { @Override public boolean onNavigationItemSelected(@NonNull…
Developer
  • 11
  • 2
1
vote
1 answer

Is it possible to display a bar on top of BottomSheet in Android

I am using a BottomSheet in my application, which contain some list items, and I am also using a Tab bar view in my whole application (at bottom of screen). Is it possible and how can I display my that Tab Bar still in bottom of screen, and…
Nah
  • 1,690
  • 2
  • 26
  • 46
1
vote
1 answer

Bottombar with OnClickListener but nothing happen

I'm very confusing right now, because I need to make bottombar but not to always tab/tap the first button on there. This my first Try bottomBar = (BottomBar)findViewById(R.id.bottombar); bottomBar.setOnClickListener(new View.OnClickListener() { …
1
vote
1 answer

Xamarin Forms: Why Can't ListView Preserve Scroll Position on Tab Change

I am using BottomNavigationBarXF to override the Android default TabLayout. However, as mentioned in the title, the ListView cannot preserve the scroll position on tab change. When the user switches back from another tab, the ListView seems to…
Michael Yuwono
  • 2,452
  • 1
  • 14
  • 32
1
vote
1 answer

Pages Start From Middle in React Native Material Bottom Navigation

Hello Stack Overflow Community, I am working to build an application with React Native and I am using the React Native Material Bottom Navigation by Timomeh and the Tab Navigator to add Bottom Navigation to my app. However, all the views I add in…
1
vote
1 answer

Empty Space below the bottom bar in android

Hi Guys In my project trying to implement Bottom Navigation with navigation drawer but after implementation, getting some empty space below bottom bar any one idea on this, i struck here. help me for Bottom Navigation i am using…
NareshRavva
  • 823
  • 3
  • 21
  • 50
1
vote
1 answer

Youtube bottombar

Anyone know how to find out how the new youtube bottombar was made? Was it a custom library (I doubt) or did they come up with a native way for creating a bottombar. Is there a way to get the code? It looks pretty good.
Roudi
  • 1,249
  • 2
  • 12
  • 26
1
vote
1 answer

Android: how to call methods of the activity from a listener

I'm using BottomBar in my main activity and I'm following the example code from github where he adds listeners to the tabs: this.bottomBar = (BottomBar) findViewById(R.id.bottomBar); bottomBar.setOnTabSelectListener(new OnTabSelectListener() { …
André Luiz
  • 6,642
  • 9
  • 55
  • 105
1
vote
0 answers

How to fix can not resolve symbol OnMenuTabClickListener

I am creating a BottomBar menu, but i'm getting an error on OnMenuTabClickListener when i try to import com.roughike.bottombar.OnMenuTabClickListener, which says that OnMenuTabClickListener 'cannot resolve the symbol'. Another error is in the…
user3518835
  • 107
  • 1
  • 3
  • 10
1
vote
0 answers

android - bottomBar open tab on just one click

I am using the following android library to display a BottomBar in my app: https://github.com/roughike/BottomBar It's a great library but there's one minor problem that I'm having. I want to show a popup (alertDialog) when the user clicks on a tab.…
Parth Bhoiwala
  • 1,282
  • 3
  • 19
  • 44
1
vote
2 answers

Change Android BottomBar Icon on Select

Is there an easy way to change the icon for the Android BottomBar navigation (https://github.com/roughike/BottomBar). I have seen a number of ways to set this icon, but I would like to change the icon when the user selects it. Currently I have an…
BlackHatSamurai
  • 23,275
  • 22
  • 95
  • 156