Android背景渐变xml

2022-03-28  本文已影响0人  张利锋

一、线性渐变

在drawable文件夹下新建shape资源:
属性值

android:angle="0": left to right
android:angle="90": bottom to top
android:angle="180": right to left
android:angle="270": top to bottom
(默认是 0.该属性只有在type=linear情况下起作用,默认的type为linear。)
android:startColor="#2982f9"
android:endColor="#475dff"

二、圆形|放射形渐变

属性值

三、扫描角度渐变

属性值

上一篇下一篇

猜你喜欢

热点阅读