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

Make nineoldandroid optional dependency #30

Open
stepango opened this issue Nov 27, 2014 · 3 comments
Open

Make nineoldandroid optional dependency #30

stepango opened this issue Nov 27, 2014 · 3 comments

Comments

@stepango
Copy link

Useful for projects with 4.0+ support

@leapfrog-santosh
Copy link

@stepango. It is just a simple task you can accomplish by yourself. First remove all the nineoldandroid imports from FloatLabeledEditText and simply remove all the declared AnimatorProxy

//AnimatorProxy.wrap(mHintTextView).setAlpha(0);
  mHintTextView.setAlpha(0);

I think others relying to use this library on lower version would require nineoldandroid. So, I guess it is just a matter of simple alteration of code to match your need

@stepango
Copy link
Author

Already using your library this way. But it would be useful do just add a dependency

compile('com.wrapp.floatlabelededittext:library:0.0.5') {
exclude group: 'com.nineoldandroid'
}

instead off setting up module project or entire repo

@jdori
Copy link

jdori commented Oct 13, 2015

This would still be a welcome change.

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