Files
mobile-app/android/app/src/main/res/drawable/splash_gradient.xml

9 lines
262 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="#c4d9d4"
android:endColor="#f0f5fc"
android:angle="270" />
</shape>