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

8 lines
254 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" android:shape="rectangle">
<gradient
android:startColor="#4A00E0"
android:endColor="#4E197C"
android:angle="0" />
<corners android:radius="8dp" />
</shape>