<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <gradient
        android:angle="@integer/launcher_background_gradient_angle"
        android:endColor="@color/launcher_background_gradient_end"
        android:startColor="@color/launcher_background_gradient_start"
        android:type="linear" />
</shape>
