Questions tagged [bottombar]
89 questions
0
votes
0 answers
How do I change position of the badge for a bottomTab?
I am able to change the position of bottomTab icon using
iconInsets
like this
{
stack: {
children: [
{
component: {
name: NOTIFICATIONS,
…

Haider Ali
- 1,275
- 7
- 20
0
votes
1 answer
Bottom navigation bar vanishes when using nested fragments
I have a Activity class, bottom navigation bar in it, 3(Home, Notification, Dashboard) fragments, and 1 more fragment(UpMenuFragment) inside Home fragment. The problem is, that when I create UpMenuFragment, bottom bar disappear
MainActivity.kt
…

Potehin Ruslan
- 51
- 4
0
votes
0 answers
don't show my Botton Bar in TableViewController
I'm tying to place a bar at the bottom of my table controller, but it does not work well for me.
I do this with Main.storyboard:
But don't show nothing. I tried different parameters: Opaque ToolBar, Translucent Toolbar...
Some advice?

Mimmetico
- 422
- 9
- 25
0
votes
0 answers
bottom bar with multi colored icons
not sure this is possible, checked around but not found anything.
In IOS this is possible , below the facebook bottombarview as seen in iphone
what about android?

czane
- 392
- 1
- 6
- 18
0
votes
1 answer
How to get exact spacing between image and bottom text irrespective of image size?
I am trying to make custom bottom bar (strictly I cannot use library). There I have five images and text below it. Also I have notification badge count on exactly two icons. My problem is the spacing between the icon and text below does not remain…

Pritish
- 1,284
- 1
- 19
- 42
0
votes
2 answers
Cannot See BottomBar with ListView
I have this code:
user9243462
0
votes
1 answer
Change the color of the selector in Bottom bar
I have a BottomBar in my app.
I want to change the color of the selector of its items.
That's when it was clicked on the item to change its color!
By default, colorPrimary has been set to this by default.
What should I do to change its color?

programdan
- 23
- 6
0
votes
1 answer
Is it possible to have different item color to diff items in bottomnavigationview?
I am trying to create a bottomNavigationView for my application. I have ended up creating a BMV which can highlight the menu items( using selectors) when selected just like the below images.
However, I need something like having different colors…

Ravi teja Talari
- 61
- 1
- 7
0
votes
1 answer
Whole activity's data goes blank by clicking second time on Bottom Bar menu options
I have a problem with my Bottom bar in android. When I click on the bottom menu options second time it goes blank. What is the basic problem? Where is am I wrong? It shows no error or exception in logcat.
Here is my code
public class…
0
votes
2 answers
Bottom Menu bar with submenu
Im using the BottomNavigationViewEx library to display a Bottom Menu Bar in my android app, the library works well and fixes many of the shortcomings of the standard BottomNavigationView.
The problem comes when as per requirements I need to show 7…

Jeav148
- 13
- 5
0
votes
1 answer
Xamarin forms BottomNavigationBarXF displayed on top of page
I've started a Xamarin.Forms project. In need to display a TappedBage, but with the tab bar at the bottom of the page on Android and not at the top. The following lib https://github.com/thrive-now/BottomNavigationBarXF is exactly what i'm looking…

Melou
- 874
- 6
- 10
0
votes
1 answer
Change Bottom Bar icon size android
I am using https://github.com/roughike/BottomBar library to make my bottom bar
for android but i can't change the size of the icons , any idea how to make them small ?
activity_main

Yugansh Tyagi
- 646
- 10
- 24
0
votes
1 answer
Android - How to add bottom navigationbar in all activities
I have an application at present with main activity. i need to add navigationbar at bottom. am planning to have three things in this navigationbar (home, help, settings). now i have leaned to add navigationbar with fragments from…

Sancy P Devassy
- 43
- 1
- 6
0
votes
1 answer
Bottom bar fragment reload
These are my main activity and my fragment. I don't want to reload the fragment every time that I return on that tab of bottombar view. Infact now every time I click on that tab the image reloads.
Any solutions?
Main Activity
public class…

giorgio rota
- 31
- 1
- 8
0
votes
1 answer
Make a perfecttly Navigation with the Bottombar and Fragments
I have a Bottombar. When you click on an Item from there a Fragment will fill the Space who left between Bottombar and the top of the screen. When you click on an Item this Code will be run:
case R.id.navigation_search:
…

user7938448
- 70
- 1
- 9