Gradient Radius as percentage of screen size
From what I´ve tested, the % does work, but not as you expected. First of all android:gradientRadius=”50″ seems to take the value as pixels 50px android:gradientRadius=”50%” is converted as if 50% = 0.5 px, try android:gradientRadius=”5000%” and you will see a 50px radius. Using %p has a similar result. Obviously this is something I hope … Read more