POZO_Retail/app/build/intermediates/merged-not-compiled-resources/release/drawable/stroke_grey.xml

9 lines
286 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<stroke android:color="#e0e6ed" android:width="1dp"/>
<corners android:radius="12dp"/>
<solid android:color="@color/white"/>
</shape>