what-the-bank/resources/res/drawable/border_gray_bg_lighter_gray...

15 lines
360 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"
top="-2dp"
right="-2dp">
<shape>
<solid color="#f5f3f6"/>
<stroke
width="1dp"
color="#c9c6cd"/>
</shape>
</item>
</layer-list>