When trying to implement the Cardslib
library in my app, I get this error every time I try to run the app:
ERROR: In ForegroundLinearLayout, unable to find attribute android:foregroundInsidePadding
However, upon looking through the attrs.xml
file for the library, I found the ForegroundLinearLayout
and that attribute is there. Any idea what might be causing this?