Forma no Android com borda aberta

<layer-list >="http://schemas.android.com/apk/res/android">
<item android:bottom="-1dp">
<shape android:shape="rectangle">
<solid android:color="#FFFFFFFF"/>
<stroke android:color="#FF0000" android:width="1px" />
</shape>
</item>
</layer-list>