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...
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...
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...
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...