0

我正在尝试绘制textview带有底部阴影和右下角渐变的矩形形状。看起来像 在右下角折叠的页面 我已经尝试过这个,但这给了我显示黑色的形状的右侧部分,我只希望右下角是黑色的。

    <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<gradient 
android:type="linear"
android:centerX="93%" 
android:startColor="#FFffff00" 
android:centerColor="#FFffff00" 
android:endColor="#FF000000" 
android:angle="315"/>
</shape>

请帮忙谢谢

4

1 回答 1

0

根据您的要求创建背景图像并将其设置为您的文本视图。

于 2014-03-18T08:18:21.760 回答