09 gradient

来源:互联网 发布:办公室软件excel教程 编辑:程序博客网 时间:2024/06/05 19:40
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >
    <gradient
        android:startColor="#00ff0000"
        android:endColor="#ffff0000"
        android:angle="270" />
</shape>
原创粉丝点击