样式文件xxx.xml
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<!--设置边框颜色为黑色-->
<item>
<shape>
<solid android:color="#ffffff" />
</shape>
</item>
<item
android:top="10dp">
<shape>
<solid android:color="#ff000000" />
</shape>
</item>
</layer-list>