what-the-bank/resources/res/drawable/bg_white_with_border.xml

14 lines
359 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item
left="-2dp"
right="-2dp">
<shape shape="rectangle">
<stroke
width="1dp"
color="#eae7ec"/>
<solid color="#ffffff"/>
</shape>
</item>
</layer-list>