Android Gradient on Lollipop not working. - API 21

后端 未结 5 1889
终归单人心
终归单人心 2020-12-09 20:16

When I try to use Gradient on Lollipop, it doesnt work. While it works on all previous versions.

Here is my example:



        
5条回答
  •  爱一瞬间的悲伤
    2020-12-09 20:54

    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.

提交回复
热议问题