Attribute name clashes with design library 23.1.0
After updating the design library to 23.1.0:
compile 'com.android.support:design:23.1.0'
I get this error:
Attribute "foregroundInsidePadding" has already been defined
I am also。 compile 'com.android.support:design:23.1.1' Attribute "foregroundInsidePadding" has already been defined app/build/intermediates/res/merged/debug/values/values.xml
:+1: I will have a look!
@cesards
I have fixed the problem in my fork at https://github.com/intrications/ForegroundViews
You can probably cherry pick the commits if the way I have done it is accepted. I had to change some of the build stuff to allow using the dependency through Gradle from jitpack.
Thank you so much @intrications !!! Sorry for not answering before. I just moved to another country and I have a lot of stuff to do. I'm planning to review the whole library in a couple of weeks as much. I will pick the necessary commits and I will update the lib. This lib needs a little bit of love! It's time to retake it!