OpenSRP/opensrp-client-anc

View on GitHub
opensrp-anc/src/main/res/drawable-hdpi/bg_blue_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:angle="-90"
        android:endColor="@color/primary"
        android:startColor="@color/accent" />
    <stroke
        android:width="0.5dp"
        android:color="#d8d8d8" />
    <corners android:radius="5dp" />
</shape>