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

8 lines
255 B
XML
Raw Normal View History

2025-08-26 13:45:32 +05:30
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<stroke android:color="@android:color/white" android:width="@dimen/sp_1"/>
</shape>
</item>
</layer-list>