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

IViewInjector new methods #1

Closed
fcannizzaro opened this issue Apr 8, 2017 · 2 comments
Closed

IViewInjector new methods #1

fcannizzaro opened this issue Apr 8, 2017 · 2 comments

Comments

@fcannizzaro
Copy link
Contributor

Can you add some methods ?

like

injector.alpha(int id, float alpha);

injector.visible(int id, boolean condition);

injector.invisible(int id, boolean condition);

injector.gone(int id, boolean condition);

Great library 👍

@linisme
Copy link
Owner

linisme commented Apr 9, 2017

Thanks for feedback~

I will add lots of common methods in the coming version, but maybe still can not consider every single method...

so, maybe these 2 way will be helpful:

  1. Extends the CustomViewInjector to match you needs, the docs & example is on the way.
  2. Fork & Contribute your code to improve this lib

Thanks again#

@fcannizzaro
Copy link
Contributor Author

ok #2 submitted :)

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