I'm experimenting with my UI and I found some code online that I liked with this element:
<android.support.design.widget.TextInputLayout
However, for some reason I get that error. It used to be just about the shadowLayer but when I cleaned and rebuilt the project it expanded to '3 similar errors ignored'.
When I remove the EditText fields surrounded by TextInputLayout, the error disappears.
I am using compiled and target SDK version 23 + build tools 23.0.2. I've also included the design library like that:
compile 'com.android.support:design:23.1.1'
This is not a duplicate of: What does this error means "The graphics preview in the layout editor may not be accurate: Paint.setShadowLayer is not supported"?
or
In Android Studio message "Paint.setShadowLayer.. graphics not accurate.." without this code
As I said, I haven't used setShadowLayer anywhere in my app and it's the TextInputLayout that's causing the problem for some reason.
So far, when I run the app everything looks fine, but anyone has any suggestions on why this is happening? Should we tackle it somehow or just not worry?