I am using CardView to make button in my project because it is beautiful.
And now I want to use gradient in my CardView. So I downloaded KIO4 gradient extension and imported it.
But when I use gradient for CardView, it gives me an error:
Argument #2 (com.google.appinventor.components.runtime.Maker...) to 'com.KIO4_Gradient.KIO4_Gradient.Gradient(com.google.appinventor.components.runtime.HVArrangement,java.util.List,int)' has wrong type (com.google.appinventor.components.runtime.MakeroidCardView) (expected: com.google.appinventor.components.runtime.HVArrangement)
Note: You will not see another error reported for 5 seconds.
I don’t know what this means, and here’s my code:
Is there any way to use gradient inside card view?