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

Hamburger button and other views don't have id #15

Open
hadilq opened this issue Mar 13, 2018 · 3 comments
Open

Hamburger button and other views don't have id #15

hadilq opened this issue Mar 13, 2018 · 3 comments

Comments

@hadilq
Copy link

hadilq commented Mar 13, 2018

In case of automatic functional testing, we need id of all views. How can we provide them with your library?
Tanks in advance

@alirezaafkar
Copy link
Owner

I don't know what are you talking about. Is it possible in original toolbar?
All views of what? Included in toolbar?

@farzad119
Copy link

you can find Menu Items id's with this way

RtlToolbar toolbar = findViewById(R.id.toolbar);

//for Action Menu Items
ActionMenuItemView btnSearch = (ActionMenuItemView) toolbar.findViewById(R.id.item_search);

@hadilq
Copy link
Author

hadilq commented Mar 27, 2018

Sorry for being late!
@alirezaafkar Yes all views, including views inside the toolbar. All ImageViews, Buttons, ...

@farzad119 I don't know what "all" means in your language but as Google suggests it means "used to refer to the whole quantity or extent of a particular group or thing"

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

3 participants