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

12 lines
276 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:startColor="#242a69"
android:endColor="#075EA7"
android:angle="0">
</gradient>
</shape>