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

12 lines
279 B
XML
Raw Permalink Normal View History

2025-08-26 13:45:32 +05:30
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#D3D3D3" />
<corners android:topLeftRadius="1.5px"
android:topRightRadius="1.5px"/>
<stroke
android:width="0.1px"
android:color="#555555" />
</shape>