创建3D效果矩形形状

时间:2017-12-10 10:53:43

标签: android android-layout

我想在2D屏幕上绘制像3D一样的矩形,如下面的图像

enter image description here

矩形形状为:

<shape android:shape="rectangle">
            <size android:width="500dp"
                android:height="250dp"/>
            <gradient
                android:startColor="#03a9f4"
                android:centerColor="#00e5ff"
                android:endColor="#00e676"
                android:angle="45"/>
        </shape>

但我无法像上面的图片一样显示

0 个答案:

没有答案