Questions tagged as 'bottombar'

2
answers

problems implemented BottonBar

Hi, I'm trying to implement a BottonBar , it's already in my xml file it shows perfectly in the activity the problem is. To add the functions android studio does not recognize me setOnNavigationItemSelectedListener This is the co...
asked by 01.05.2017 / 01:32
0
answers

THE BOTTOM NAVIGATION VIEW ESCONDE

I have a bottom navigation view in my app and I have a problem because when switching to the main fragment, half of the Bottom Navigation View is hidden. activity_main: <android.support.design.widget.CoordinatorLayout xmlns:android="ht...
asked by 15.09.2017 / 17:08
0
answers

Problems with fragments and bottom navigation bar

I'm starting in the world of android and kotlin, and I'm having a problem that when I click on an item in the bottom nav bar, instead of going through fragment, I close the app. I sent them the code of the classes and fragments that I generated...
asked by 22.07.2018 / 15:53
1
answer

Problem with BottomNavigationView

When a item is selected from the menu it should be highlighted to make sure it is selected. That works until I implement the OnNavigationItemSelectedListener When I do this the bar continues to work but the highlighting does not...
asked by 12.12.2017 / 19:28
0
answers

Implement a BottomBar without Fragments?

Let me explain, I have a BottomBar implemented with 5 Fragments, but it gives me a lot of problems, I can not do practically nothing, because each fragment is extended as Fragment , not as FragmentActivity . public class Mai...
asked by 28.10.2016 / 00:09