Skip to content

Support for BottomNavigation menu items #137

@dimgrav

Description

@dimgrav

Hi,

I want to implement an app tour which mainly includes BottomNavigation items. I casted MenuItem to View like the code snippet below, but it doesn't do the trick (which I didn't expect it to do anyway).

TourGuide tourHandler = TourGuide.init(this).with(TourGuide.Technique.CLICK)
                .setPointer(new Pointer())
                .setToolTip(new ToolTip().setTitle("Title").setDescription("Description"))
                .setOverlay(new Overlay())
                .playOn(((View)bottomNav.getMenu().getItem(2)));

playOn(bottomNav.getMenu().getItem(2).getActionView()) returns NullPointerException as well.

Is there support for BottomNavigation and OptionsMenu?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions