<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#FF2200"
android:endColor="#1E7650"
android:angle="-90"/>
</shape>
相关文章
- 12-31一手遮天 Android - UI: shape 渐变色(线性渐变,放射性渐变,扫描式渐变)
- 12-31css实现文字渐变色(兼容性写法、渐进增强、平稳退化)
- 12-31css3 mask 渐变动画另类写法
- 12-31Android GradientDrawable(shape标签定义) 静态使用和动态使用(圆角,渐变实现)
- 12-31android shape的使用详解以及常用效果(渐变色、分割线、边框、半透明阴影效果等)
- 12-31Android:res之shape制作圆角、虚线、渐变
- 12-3144.Android之Shape设置虚线、圆角和渐变学习
- 12-31Android背景渐变色(shape,gradient)
- 12-31是时候放弃shape、selector XML写法,一行代码解决基本UI需求
- 12-31背影渐变shape写法