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

6 lines
182 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="8dp"/>
<solid android:color="@color/red"/>
</shape>