what-the-bank/resources/res/drawable-nodpi/facetec_scroll_down_indicat...

14 lines
343 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" shape="rectangle">
<solid color="#417fb2"/>
<corners radius="8dp"/>
<stroke
width="0dp"
color="#00000000"/>
<padding
left="1dp"
top="1dp"
right="1dp"
bottom="1dp"/>
</shape>