只有形状中的顶部边框

时间:2018-02-08 14:51:13

标签: java android android-drawable xml-drawable

我想只在Android矩形中显示顶部边框。我已经搜索了很多,但没有找到任何有效的解决方案。我目前的形状代码如下所示

<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle" >

    <gradient
        android:angle="270"
        android:centerColor="#391901"
        android:endColor="#2f1502"
        android:startColor="#411d02" />

</shape>

我只希望在形状的顶部边框。如果有人有想法,请告诉我。

enter image description here 示例图像

0 个答案:

没有答案