whitewind664/sdp

View on GitHub
app/src/main/res/drawable/gradient.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <gradient
        android:startColor="#033549"
        android:endColor="#055473"
        android:angle="90"
        />

</shape>