You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can get child view of BottomNavigationView by calling findViewById. The id of child view is the id you set in navigation menu. new MaterialShowcaseView.Builder(this) .setTarget(viewBinding.bottomNav.findViewById(R.id.event)) .setToolTip(toolTip1) .withCircleShape() .setTooltipMargin(30) .setShapePadding(50) .setDismissOnTouch(true) .setMaskColour(getResources().getColor(R.color.white,getTheme())) .build()
Dear Sir,
in MaterialShowCaseView setTarget is only set to Views only .
How to highlight bottomnavigation position. please help
Thanks & Regards,
Santosh Pardeshi
The text was updated successfully, but these errors were encountered: