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

14 lines
359 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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>