在shape中这个android:angle属性的值决定了_android 9 不支持android:angle属性">
赞
踩
今天在写一个软件的时候需要把一个activity的界面变成颜色渐变的状态,于是就在res中创建了一个drawable文件夹并写了一个gradient_orange.xml文件,如下所示:
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" type="rectangle">
<gradient android:startColor="#f6ce53" android:endColor="#fb8a21" android:angle="270"/>
</shape>
在shape中这个android:angle属性的值决定了颜色渐变的角度,对其取值总结如下:
进行颜色修饰时遵守最原始的衬
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。