我想只在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>
我只希望在形状的顶部边框。如果有人有想法,请告诉我。