SyntaxFix
Write A Post
Hire A Developer
Questions
I had a similar problem and found that if you remove the size definition, it works for some reason.
Remove:
<size android:width="60dp" android:height="40dp" />
from the shape.
Let me know if this works!