When I try to use Gradient on Lollipop, it doesnt work. While it works on all previous versions.
Here is my example:
I had the same problem and created 2 different files:
in drawables
android:gradientRadius="270"
and in drawables-v21
android:gradientRadius="270dp"
Now it works fine.