MaterialShowcaseView
MaterialShowcaseView copied to clipboard
BottomNavigationView is upper the MaterialShowCaseView on some androids
Google G Play 6.0.1

Android 6.0 (LGK10)

while in my android 6.0

To get the Itens of the BottomNavigationView i use the following method
BottomNavigationMenuView menuView = (BottomNavigationMenuView) bottomNavigationView.getChildAt(0);
mBottomMenuRemover = menuView.findViewById(R.id.mBottomMenuItemRemover);
mBottomMenuReiniciar = menuView.findViewById(R.id.mBottomMenuItemReiniciar);
This issue still exists in Android 9 Pie.
Google G Play 6.0.1
![]()
![]()
Android 6.0 (LGK10)
![]()
![]()
while in my android 6.0
To get the Itens of the BottomNavigationView i use the following method
BottomNavigationMenuView menuView = (BottomNavigationMenuView) bottomNavigationView.getChildAt(0); mBottomMenuRemover = menuView.findViewById(R.id.mBottomMenuItemRemover); mBottomMenuReiniciar = menuView.findViewById(R.id.mBottomMenuItemReiniciar);
Add renderOverNavigationBar attribute, which renders the showcase over the nav bar.