CommonUtils
CommonUtils copied to clipboard
android:tint does not exist for <shape> at API Level 21
I found that you have specified the attribute android:tint in
Not sure what you mean, android:tint
has been added in API 21. Reference
Yes, it is actually a bug in the Android framework. Check this link for your reference. https://github.com/zhanghai/AndroidFastScroll/commit/91a796aa72411d01768fa3526aca6163ed1e8e57
Workaround by using the API setTintList instead of the attribute.