Moodl/app/src/main/res/drawable/gradient_background.xml

7 lines
274 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
<gradient
android:type="linear"
android:startColor="@color/colorPrimary"
android:endColor="@color/colorPrimaryDark"
android:angle="0"/>
</shape>