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

<ripple> does not get overridden #18

Closed
BartNijland91 opened this issue May 12, 2015 · 1 comment
Closed

<ripple> does not get overridden #18

BartNijland91 opened this issue May 12, 2015 · 1 comment

Comments

@BartNijland91
Copy link

When following instructions, when I include the library and use in /drawable I still get the error message saying that it only works on v21+, so it gets the old one.

@ozodrukh
Copy link
Owner

well android-lint doesn't know about my library, so it will continue warn you

to remove annoying lint just add few lines of code

<ripple
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:color="@color/my_color"
    tools:ignore="NewApi" />

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