puntobip/resources/res/drawable/abc_search_dropdown_light.xml
2022-12-04 18:05:41 -03:00

6 lines
299 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#f0ffffff"/>
<stroke android:width="1dp" color="#a00080ff"/>
<padding android:left="5dp" android:top="0dp" android:right="5dp" android:bottom="1dp"/>
</shape>