创建渐变可绘制

时间:2014-02-24 22:15:43

标签: android radial-gradients

我想创建一个渐变可绘制矩形作为视图的背景

它看起来应该是这样的

enter image description here

现在它看起来像这样

它看起来像这样:

enter image description here

这是我的可绘制代码

<?xml version="1.0" encoding="utf-8"?>

<stroke android:width="10dp" />
<gradient
    android:angle="180"
    android:centerColor="#ffffff"
    android:centerX="0.25"
    android:centerY="0.25"
    android:endColor="#B38340"
    android:startColor="#EBCB92" />

我能做些什么让它看起来像我需要的?

0 个答案:

没有答案