I have an application with min sdk 16 up to 23. I want to use Material design as much as possible. It also has to be fullscreen app. AppCompat support library is included. N
I faced a similar situation while developing using Kotlin:
In order to solve this issue, copy the app the content in drawable-24 to drawable.
This is done to support older Android devices.