我正在尝试使用底部阴影和右下角渐变绘制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>
请帮忙 感谢
答案 0 :(得分:0)
根据您的要求创建背景图片并将其设置为textview。