unioil-loyalty-rn-app/android/app/build/intermediates/merged-not-compiled-resources/release/drawable/overlay.xml

11 lines
313 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/overlay_image"
>
<gradient
android:startColor="#FFFFFFFF"
android:endColor="#00FFFFFF"
android:angle="90"
android:dither="true"
/>
</shape>