Questions tagged as 'bottomnavigationview'

1
answer

BottomNavigationView does not work on first click

I have a problem with my advance menu, it does not work when I click the first time, it is necessary to double click to perform the action bottomNavigationView.setOnNavigationItemReselectedListener(new BottomNavigationView.OnNavigationItemRese...
asked by 13.12.2017 / 11:12
1
answer

How to display a Menu by clicking the BottomNavigationView item

My application looks like this: IneedwhenIselectthefourthitem,amenuappears: The code for my Activity Main: package br.com.friendlychat.navigationbottombar; import android.os.Bundle; import android.support.annotation.NonNull; import a...
asked by 16.08.2018 / 19:04
1
answer

Draw advanced Android layout

I'm using the layout below to hold a BottomNavigationView and call my Fragments , but I wanted to put the LinearLayout where I call the Fragments in ScrollView . The problem is there, when I do this in a Fr...
asked by 04.08.2018 / 07:45
1
answer

Problem with BottomNavigationView: Unable to find resource ID

Good morning, I searched several times and could not find a solution to solve a problem I'm having with BottomNavigationView. Come on, in my Activity I have the following code <?xml version="1.0" encoding="utf-8"?> <android.su...
asked by 26.06.2018 / 15:45