Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support NavigationVew #376

Open
kingfisherphuoc opened this issue Oct 19, 2020 · 1 comment
Open

Support NavigationVew #376

kingfisherphuoc opened this issue Oct 19, 2020 · 1 comment

Comments

@kingfisherphuoc
Copy link

  • [x ] I have verified the issue exists on the latest version
  • [x ] I am able to reproduce it

First of all, thanks for the great library. I am using your library in my app. However, I could not find a way to create a TapTarget for a meu item in NavigationView.

<com.google.android.material.navigation.NavigationView
        android:id="@+id/navigationView"
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:layout_gravity="start"
        android:fitsSystemWindows="true"
        app:headerLayout="@layout/view_navigation"
        app:menu="@menu/main_left_navigation_menu" />

I am using NavigationView in DrawerLayout. I tried something like below, but it did not work still:

TapTarget.forView(navigationView.findViewById(R.id.nav_contact),
                                      getString(R.string.tutorial_main_contact))

Version used:
1.13.0

@mehul-openxcell
Copy link

@kingfisherphuoc have you find any way to support navigationview?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants